Color Hex Logo

#b48906 Color Hex

#B48906
(180,137,6)
0 Favorites   0 Comments

Color spaces of #b48906

RGB 1801376
HSL0.130.940.36
HSV45°97°71°
CMYK 0.000.240.97   0.29
XYZ27.800927.60784.0359
Yxy27.60780.46770.4644
Hunter Lab52.54312.495032.2261
CIE-Lab59.53276.330063.5446

#b48906 color RGB value is (180,137,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001001 00000110
Octal 264 211 6
Decimal 180 137 6
Hex B4 89 6

RGB Percentages of Color #b48906

%55.73
%42.41
%1.86

CMYK Percentages of Color #b48906

%0
%24
%97
%29

Triadic Colors of #b48906

#b48906 #06b489 #8906b4

Analogous Colors of #b48906

#b48906 #88b406 #b43206

Monochromatic Colors of #b48906

#b48906

Complementary Color

#b48906 #0631b4

#b48906 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48906 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48906 Color CSS Codes

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

#b48906 Text Font Color

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

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


#b48906 Background Color

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

This div background color is #b48906


#b48906 Border Color

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

This div border color is #b48906


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48906


Comments

No comments written yet.

Please login to write comment.