Color Hex Logo

#b48616 Color Hex

#B48616
(180,134,22)
0 Favorites   0 Comments

Color spaces of #b48616

RGB 18013422
HSL0.120.780.40
HSV43°88°71°
CMYK 0.000.260.88   0.29
XYZ27.492326.81144.4852
Yxy26.81140.46760.4561
Hunter Lab51.77974.159631.1101
CIE-Lab58.79938.258659.8921

#b48616 color RGB value is (180,134,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000110 00010110
Octal 264 206 26
Decimal 180 134 22
Hex B4 86 16

RGB Percentages of Color #b48616

%53.57
%39.88
%6.55

CMYK Percentages of Color #b48616

%0
%26
%88
%29

Triadic Colors of #b48616

#b48616 #16b486 #8616b4

Analogous Colors of #b48616

#b48616 #93b416 #b43716

Monochromatic Colors of #b48616

#b48616

Complementary Color

#b48616 #1644b4

#b48616 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48616 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48616 Color CSS Codes

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

#b48616 Text Font Color

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

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


#b48616 Background Color

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

This div background color is #b48616


#b48616 Border Color

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

This div border color is #b48616


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,134,22, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48616


Comments

No comments written yet.

Please login to write comment.