color codes Logo

#b37a07 color codes

#B37A07
(179,122,7)
0 Favorites   0 Comments

Color spaces of #b37a07

RGB 1791227
HSL0.110.920.36
HSV40°96°70°
CMYK 0.000.320.96   0.30
XYZ25.588323.51813.3918
Yxy23.51810.48740.4480
Hunter Lab48.49559.317229.8000
CIE-Lab55.602014.223260.5224

#b37a07 color RGB value is (179,122,7).

#b37a07 hex color red value is 179, green value is 122 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #b37a07 hue: 0.11 , saturation: 0.92 and the lightness value of b37a07 is 0.36.

The process color (four color CMYK) of #b37a07 color code is 0.00, 0.32, 0.96, 0.30. Web safe color of #b37a07 is #cc6600. Color #b37a07 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111010 00000111
Octal 263 172 7
Decimal 179 122 7
Hex B3 7A 7

RGB Percentages of Color #b37a07

%58.12
%39.61
%2.27

CMYK Percentages of Color #b37a07

%0
%32
%96
%30

Triadic Colors of #b37a07

#b37a07 #07b37a #7a07b3

Analogous Colors of #b37a07

#b37a07 #96b307 #b32407

Monochromatic Colors of #b37a07

#b37a07

Complementary Color

#b37a07 #0740b3

#b37a07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37a07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37a07 Color CSS Codes

.mybgcolor {background-color:#b37a07; } 
.myforecolor {color:#b37a07; }
.mybordercolor {border:3px solid #b37a07; }

#b37a07 Text Font Color

<p style="color:#b37a07">Text here</p>

This sample text font color is #b37a07
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b37a07 Background Color

<div style="background-color:#b37a07">
Div content here</div>

This div background color is #b37a07


#b37a07 Border Color

<div style="border:3px solid #b37a07">
Div here</div>

This div border color is #b37a07


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,122,7, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b37a07; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b37a07;
  -webkit-box-shadow: 1px 1px 3px 2px #b37a07;
  box-shadow:         1px 1px 3px 2px #b37a07; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,122,7, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b37a07">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b37a07;
  -webkit-box-shadow: 1px 1px 3px 2px #b37a07;
  box-shadow:         1px 1px 3px 2px #b37a07;">
Div content here</div>

This div box has shadow with color #b37a07


Comments

No comments written yet.

Please login to write comment.