Color Hex Logo

#b15607 Color Hex

#B15607
(177,86,7)
0 Favorites   0 Comments

Color spaces of #b15607

RGB 177867
HSL0.080.920.36
HSV28°96°69°
CMYK 0.000.510.96   0.31
XYZ21.497616.01802.1598
Yxy16.01800.54180.4037
Hunter Lab40.022525.839824.8162
CIE-Lab46.998133.096754.4779

#b15607 color RGB value is (177,86,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01010110 00000111
Octal 261 126 7
Decimal 177 86 7
Hex B1 56 7

RGB Percentages of Color #b15607

%65.56
%31.85
%2.59

CMYK Percentages of Color #b15607

%0
%51
%96
%31

Triadic Colors of #b15607

#b15607 #07b156 #5607b1

Analogous Colors of #b15607

#b15607 #b1ab07 #b1070d

Monochromatic Colors of #b15607

#b15607

Complementary Color

#b15607 #0762b1

#b15607 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b15607 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b15607 Color CSS Codes

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

#b15607 Text Font Color

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

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


#b15607 Background Color

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

This div background color is #b15607


#b15607 Border Color

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

This div border color is #b15607


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b15607


Comments

No comments written yet.

Please login to write comment.