Color Hex Logo

#b06307 Color Hex

#B06307
(176,99,7)
0 Favorites   0 Comments

Color spaces of #b06307

RGB 176997
HSL0.090.920.36
HSV33°96°69°
CMYK 0.000.440.96   0.31
XYZ22.404718.16912.5271
Yxy18.16910.51980.4215
Hunter Lab42.625219.229126.3226
CIE-Lab49.700625.674056.2275

#b06307 color RGB value is (176,99,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01100011 00000111
Octal 260 143 7
Decimal 176 99 7
Hex B0 63 7

RGB Percentages of Color #b06307

%62.41
%35.11
%2.48

CMYK Percentages of Color #b06307

%0
%44
%96
%31

Triadic Colors of #b06307

#b06307 #07b063 #6307b0

Analogous Colors of #b06307

#b06307 #a9b007 #b00f07

Monochromatic Colors of #b06307

#b06307

Complementary Color

#b06307 #0754b0

#b06307 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b06307 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b06307 Color CSS Codes

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

#b06307 Text Font Color

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

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


#b06307 Background Color

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

This div background color is #b06307


#b06307 Border Color

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

This div border color is #b06307


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b06307


Comments

No comments written yet.

Please login to write comment.