Color Hex Logo

#b1915d Color Hex

#B1915D
(177,145,93)
0 Favorites   0 Comments

Color spaces of #b1915d

RGB 17714593
HSL0.100.350.53
HSV37°47°69°
CMYK 0.000.180.47   0.31
XYZ30.232630.388214.6280
Yxy30.38820.40180.4038
Hunter Lab55.12551.425522.8548
CIE-Lab61.98775.156032.0290

#b1915d color RGB value is (177,145,93).

#b1915d hex color red value is 177, green value is 145 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #b1915d hue: 0.10 , saturation: 0.35 and the lightness value of b1915d is 0.53.

The process color (four color CMYK) of #b1915d color hex is 0.00, 0.18, 0.47, 0.31. Web safe color of #b1915d is #999966. Color #b1915d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10010001 01011101
Octal 261 221 135
Decimal 177 145 93
Hex B1 91 5D

RGB Percentages of Color #b1915d

%42.65
%34.94
%22.41

CMYK Percentages of Color #b1915d

%0
%18
%47
%31

Triadic Colors of #b1915d

#b1915d #5db191 #915db1

Analogous Colors of #b1915d

#b1915d #a7b15d #b1675d

Monochromatic Colors of #b1915d

#b1915d

Complementary Color

#b1915d #5d7db1

#b1915d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1915d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1915d Color CSS Codes

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

#b1915d Text Font Color

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

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


#b1915d Background Color

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

This div background color is #b1915d


#b1915d Border Color

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

This div border color is #b1915d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1915d


Comments

No comments written yet.

Please login to write comment.