color codes Logo

#b5813d color codes

#B5813D
(181,129,61)
0 Favorites   0 Comments

Color spaces of #b5813d

RGB 18112961
HSL0.090.500.47
HSV34°66°71°
CMYK 0.000.290.66   0.29
XYZ27.748625.86127.9441
Yxy25.86120.45080.4201
Hunter Lab50.85398.404826.3358
CIE-Lab57.905113.137643.8510

#b5813d color RGB value is (181,129,61).

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

The process color (four color CMYK) of #b5813d color code is 0.00, 0.29, 0.66, 0.29. Web safe color of #b5813d is #cc9933. Color #b5813d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000001 00111101
Octal 265 201 75
Decimal 181 129 61
Hex B5 81 3D

RGB Percentages of Color #b5813d

%48.79
%34.77
%16.44

CMYK Percentages of Color #b5813d

%0
%29
%66
%29

Triadic Colors of #b5813d

#b5813d #3db581 #813db5

Analogous Colors of #b5813d

#b5813d #adb53d #b5453d

Monochromatic Colors of #b5813d

#b5813d

Complementary Color

#b5813d #3d71b5

#b5813d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5813d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5813d Color CSS Codes

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

#b5813d Text Font Color

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

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


#b5813d Background Color

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

This div background color is #b5813d


#b5813d Border Color

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

This div border color is #b5813d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5813d


Comments

No comments written yet.

Please login to write comment.