Color Hex Logo

#b07c07 Color Hex

#B07C07
(176,124,7)
0 Favorites   0 Comments

Color spaces of #b07c07

RGB 1761247
HSL0.120.920.36
HSV42°96°69°
CMYK 0.000.300.96   0.31
XYZ25.150523.66073.4424
Yxy23.66070.48130.4528
Hunter Lab48.64237.169529.8536
CIE-Lab55.746511.748860.4600

#b07c07 color RGB value is (176,124,7).

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

The process color (four color CMYK) of #b07c07 color hex is 0.00, 0.30, 0.96, 0.31. Web safe color of #b07c07 is #996600. Color #b07c07 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01111100 00000111
Octal 260 174 7
Decimal 176 124 7
Hex B0 7C 7

RGB Percentages of Color #b07c07

%57.33
%40.39
%2.28

CMYK Percentages of Color #b07c07

%0
%30
%96
%31

Triadic Colors of #b07c07

#b07c07 #07b07c #7c07b0

Analogous Colors of #b07c07

#b07c07 #90b007 #b02707

Monochromatic Colors of #b07c07

#b07c07

Complementary Color

#b07c07 #073bb0

#b07c07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b07c07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b07c07 Color CSS Codes

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

#b07c07 Text Font Color

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

This sample text font color is #b07c07
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.


#b07c07 Background Color

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

This div background color is #b07c07


#b07c07 Border Color

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

This div border color is #b07c07


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,124,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 #b07c07">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b07c07


Comments

No comments written yet.

Please login to write comment.