Color Hex Logo

#b27406 Color Hex

#B27406
(178,116,6)
0 Favorites   0 Comments

Color spaces of #b27406

RGB 1781166
HSL0.110.930.36
HSV38°97°70°
CMYK 0.000.350.97   0.30
XYZ24.638421.96893.1141
Yxy21.96890.49550.4418
Hunter Lab46.871011.806828.8705
CIE-Lab53.994017.108959.5165

#b27406 color RGB value is (178,116,6).

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

The process color (four color CMYK) of #b27406 color hex is 0.00, 0.35, 0.97, 0.30. Web safe color of #b27406 is #996600. Color #b27406 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110100 00000110
Octal 262 164 6
Decimal 178 116 6
Hex B2 74 6

RGB Percentages of Color #b27406

%59.33
%38.67
%2.00

CMYK Percentages of Color #b27406

%0
%35
%97
%30

Triadic Colors of #b27406

#b27406 #06b274 #7406b2

Analogous Colors of #b27406

#b27406 #9ab206 #b21e06

Monochromatic Colors of #b27406

#b27406

Complementary Color

#b27406 #0644b2

#b27406 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b27406 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b27406 Color CSS Codes

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

#b27406 Text Font Color

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

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


#b27406 Background Color

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

This div background color is #b27406


#b27406 Border Color

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

This div border color is #b27406


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b27406


Comments

No comments written yet.

Please login to write comment.