Color Hex Logo

#b1813a Color Hex

#B1813A
(177,129,58)
0 Favorites   0 Comments

Color spaces of #b1813a

RGB 17712958
HSL0.100.510.46
HSV36°67°69°
CMYK 0.000.270.67   0.31
XYZ26.745425.35317.4870
Yxy25.35310.44890.4255
Hunter Lab50.35196.698126.4303
CIE-Lab57.417911.191344.6457

#b1813a color RGB value is (177,129,58).

#b1813a hex color red value is 177, green value is 129 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #b1813a hue: 0.10 , saturation: 0.51 and the lightness value of b1813a is 0.46.

The process color (four color CMYK) of #b1813a color hex is 0.00, 0.27, 0.67, 0.31. Web safe color of #b1813a is #999933. Color #b1813a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000001 00111010
Octal 261 201 72
Decimal 177 129 58
Hex B1 81 3A

RGB Percentages of Color #b1813a

%48.63
%35.44
%15.93

CMYK Percentages of Color #b1813a

%0
%27
%67
%31

Triadic Colors of #b1813a

#b1813a #3ab181 #813ab1

Analogous Colors of #b1813a

#b1813a #a6b13a #b1463a

Monochromatic Colors of #b1813a

#b1813a

Complementary Color

#b1813a #3a6ab1

#b1813a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1813a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1813a Color CSS Codes

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

#b1813a Text Font Color

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

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


#b1813a Background Color

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

This div background color is #b1813a


#b1813a Border Color

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

This div border color is #b1813a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1813a


Comments

No comments written yet.

Please login to write comment.