Color Hex Logo

#b48609 Color Hex

#B48609
(180,134,9)
1 Favorites   0 Comments

Color spaces of #b48609

RGB 1801349
HSL0.120.900.37
HSV44°95°71°
CMYK 0.000.260.95   0.29
XYZ27.396826.77323.9822
Yxy26.77320.47110.4604
Hunter Lab51.74283.962331.6569
CIE-Lab58.76388.028462.5159

#b48609 color RGB value is (180,134,9).

#b48609 hex color red value is 180, green value is 134 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #b48609 hue: 0.12 , saturation: 0.90 and the lightness value of b48609 is 0.37.

The process color (four color CMYK) of #b48609 color hex is 0.00, 0.26, 0.95, 0.29. Web safe color of #b48609 is #cc9900. Color #b48609 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000110 00001001
Octal 264 206 11
Decimal 180 134 9
Hex B4 86 9

RGB Percentages of Color #b48609

%55.73
%41.49
%2.79

CMYK Percentages of Color #b48609

%0
%26
%95
%29

Triadic Colors of #b48609

#b48609 #09b486 #8609b4

Analogous Colors of #b48609

#b48609 #8db409 #b43009

Monochromatic Colors of #b48609

#b48609

Complementary Color

#b48609 #0937b4

#b48609 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48609 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48609 Color CSS Codes

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

#b48609 Text Font Color

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

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


#b48609 Background Color

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

This div background color is #b48609


#b48609 Border Color

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

This div border color is #b48609


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48609


Comments

No comments written yet.

Please login to write comment.