Color Hex Logo

#b05406 Color Hex

#B05406
(176,84,6)
0 Favorites   0 Comments

Color spaces of #b05406

RGB 176846
HSL0.080.930.36
HSV28°97°69°
CMYK 0.000.520.97   0.31
XYZ21.107715.58392.0678
Yxy15.58390.54460.4021
Hunter Lab39.476426.358624.5279
CIE-Lab46.423833.719254.2676

#b05406 color RGB value is (176,84,6).

#b05406 hex color red value is 176, green value is 84 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #b05406 hue: 0.08 , saturation: 0.93 and the lightness value of b05406 is 0.36.

The process color (four color CMYK) of #b05406 color hex is 0.00, 0.52, 0.97, 0.31. Web safe color of #b05406 is #996600. Color #b05406 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010100 00000110
Octal 260 124 6
Decimal 176 84 6
Hex B0 54 6

RGB Percentages of Color #b05406

%66.17
%31.58
%2.26

CMYK Percentages of Color #b05406

%0
%52
%97
%31

Triadic Colors of #b05406

#b05406 #06b054 #5406b0

Analogous Colors of #b05406

#b05406 #b0a906 #b0060d

Monochromatic Colors of #b05406

#b05406

Complementary Color

#b05406 #0662b0

#b05406 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b05406 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b05406 Color CSS Codes

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

#b05406 Text Font Color

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

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


#b05406 Background Color

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

This div background color is #b05406


#b05406 Border Color

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

This div border color is #b05406


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,84,6, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b05406


Comments

No comments written yet.

Please login to write comment.