Color Hex Logo

#b1835a Color Hex

#B1835A
(177,131,90)
0 Favorites   0 Comments

Color spaces of #b1835a

RGB 17713190
HSL0.080.360.52
HSV28°49°69°
CMYK 0.000.260.49   0.31
XYZ28.093226.317913.2720
Yxy26.31790.41510.3888
Hunter Lab51.30107.972620.5719
CIE-Lab58.337612.640829.0039

#b1835a color RGB value is (177,131,90).

#b1835a hex color red value is 177, green value is 131 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #b1835a hue: 0.08 , saturation: 0.36 and the lightness value of b1835a is 0.52.

The process color (four color CMYK) of #b1835a color hex is 0.00, 0.26, 0.49, 0.31. Web safe color of #b1835a is #999966. Color #b1835a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000011 01011010
Octal 261 203 132
Decimal 177 131 90
Hex B1 83 5A

RGB Percentages of Color #b1835a

%44.47
%32.91
%22.61

CMYK Percentages of Color #b1835a

%0
%26
%49
%31

Triadic Colors of #b1835a

#b1835a #5ab183 #835ab1

Analogous Colors of #b1835a

#b1835a #b1af5a #b15a5d

Monochromatic Colors of #b1835a

#b1835a

Complementary Color

#b1835a #5a88b1

#b1835a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1835a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1835a Color CSS Codes

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

#b1835a Text Font Color

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

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


#b1835a Background Color

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

This div background color is #b1835a


#b1835a Border Color

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

This div border color is #b1835a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1835a


Comments

No comments written yet.

Please login to write comment.