Color Hex Logo

#b5883c Color Hex

#B5883C
(181,136,60)
0 Favorites   0 Comments

Color spaces of #b5883c

RGB 18113660
HSL0.100.500.47
HSV38°67°71°
CMYK 0.000.250.67   0.29
XYZ28.675827.75838.1215
Yxy27.75830.44420.4300
Hunter Lab52.68614.952527.7408
CIE-Lab59.66979.185346.2761

#b5883c color RGB value is (181,136,60).

#b5883c hex color red value is 181, green value is 136 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #b5883c hue: 0.10 , saturation: 0.50 and the lightness value of b5883c is 0.47.

The process color (four color CMYK) of #b5883c color hex is 0.00, 0.25, 0.67, 0.29. Web safe color of #b5883c is #cc9933. Color #b5883c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10001000 00111100
Octal 265 210 74
Decimal 181 136 60
Hex B5 88 3C

RGB Percentages of Color #b5883c

%48.01
%36.07
%15.92

CMYK Percentages of Color #b5883c

%0
%25
%67
%29

Triadic Colors of #b5883c

#b5883c #3cb588 #883cb5

Analogous Colors of #b5883c

#b5883c #a6b53c #b54c3c

Monochromatic Colors of #b5883c

#b5883c

Complementary Color

#b5883c #3c69b5

#b5883c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5883c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5883c Color CSS Codes

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

#b5883c Text Font Color

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

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


#b5883c Background Color

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

This div background color is #b5883c


#b5883c Border Color

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

This div border color is #b5883c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,136,60, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5883c


Comments

No comments written yet.

Please login to write comment.