Color Hex Logo

#b1905a Color Hex

#B1905A
(177,144,90)
0 Favorites   0 Comments

Color spaces of #b1905a

RGB 17714490
HSL0.100.360.52
HSV37°49°69°
CMYK 0.000.190.49   0.31
XYZ29.950230.031813.8910
Yxy30.03180.40540.4065
Hunter Lab54.80131.652323.3321
CIE-Lab61.68175.409333.2513

#b1905a color RGB value is (177,144,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10010000 01011010
Octal 261 220 132
Decimal 177 144 90
Hex B1 90 5A

RGB Percentages of Color #b1905a

%43.07
%35.04
%21.90

CMYK Percentages of Color #b1905a

%0
%19
%49
%31

Triadic Colors of #b1905a

#b1905a #5ab190 #905ab1

Analogous Colors of #b1905a

#b1905a #a7b15a #b1655a

Monochromatic Colors of #b1905a

#b1905a

Complementary Color

#b1905a #5a7bb1

#b1905a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1905a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1905a Color CSS Codes

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

#b1905a Text Font Color

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

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


#b1905a Background Color

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

This div background color is #b1905a


#b1905a Border Color

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

This div border color is #b1905a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,144,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 #b1905a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1905a


Comments

No comments written yet.

Please login to write comment.