Color Hex Logo

#b48806 Color Hex

#B48806
(180,136,6)
0 Favorites   0 Comments

Color spaces of #b48806

RGB 1801366
HSL0.120.940.36
HSV45°97°71°
CMYK 0.000.240.97   0.29
XYZ27.659427.32483.9887
Yxy27.32480.46900.4633
Hunter Lab52.27312.972132.0671
CIE-Lab59.27386.882363.3591

#b48806 color RGB value is (180,136,6).

#b48806 hex color red value is 180, green value is 136 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #b48806 hue: 0.12 , saturation: 0.94 and the lightness value of b48806 is 0.36.

The process color (four color CMYK) of #b48806 color hex is 0.00, 0.24, 0.97, 0.29. Web safe color of #b48806 is #cc9900. Color #b48806 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001000 00000110
Octal 264 210 6
Decimal 180 136 6
Hex B4 88 6

RGB Percentages of Color #b48806

%55.90
%42.24
%1.86

CMYK Percentages of Color #b48806

%0
%24
%97
%29

Triadic Colors of #b48806

#b48806 #06b488 #8806b4

Analogous Colors of #b48806

#b48806 #89b406 #b43106

Monochromatic Colors of #b48806

#b48806

Complementary Color

#b48806 #0632b4

#b48806 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48806 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48806 Color CSS Codes

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

#b48806 Text Font Color

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

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


#b48806 Background Color

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

This div background color is #b48806


#b48806 Border Color

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

This div border color is #b48806


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48806


Comments

No comments written yet.

Please login to write comment.