Color Hex Logo

#b67309 Color Hex

#B67309
(182,115,9)
0 Favorites   0 Comments

Color spaces of #b67309

RGB 1821159
HSL0.100.910.37
HSV37°95°71°
CMYK 0.000.370.95   0.29
XYZ25.471422.22633.2061
Yxy22.22630.50040.4366
Hunter Lab47.144813.936728.9693
CIE-Lab54.266319.488359.3895

#b67309 color RGB value is (182,115,9).

#b67309 hex color red value is 182, green value is 115 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #b67309 hue: 0.10 , saturation: 0.91 and the lightness value of b67309 is 0.37.

The process color (four color CMYK) of #b67309 color hex is 0.00, 0.37, 0.95, 0.29. Web safe color of #b67309 is #cc6600. Color #b67309 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110011 00001001
Octal 266 163 11
Decimal 182 115 9
Hex B6 73 9

RGB Percentages of Color #b67309

%59.48
%37.58
%2.94

CMYK Percentages of Color #b67309

%0
%37
%95
%29

Triadic Colors of #b67309

#b67309 #09b673 #7309b6

Analogous Colors of #b67309

#b67309 #a3b609 #b61c09

Monochromatic Colors of #b67309

#b67309

Complementary Color

#b67309 #094cb6

#b67309 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b67309 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b67309 Color CSS Codes

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

#b67309 Text Font Color

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

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


#b67309 Background Color

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

This div background color is #b67309


#b67309 Border Color

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

This div border color is #b67309


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,115,9, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b67309; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b67309;
  -webkit-box-shadow: 1px 1px 3px 2px #b67309;
  box-shadow:         1px 1px 3px 2px #b67309; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,115,9, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b67309


Comments

No comments written yet.

Please login to write comment.