Color Hex Logo

#b1847f Color Hex

#B1847F
(177,132,127)
0 Favorites   0 Comments

Color spaces of #b1847f

RGB 177132127
HSL0.020.240.60
HSV28°69°
CMYK 0.000.250.28   0.31
XYZ30.213527.381923.7715
Yxy27.38190.37130.3365
Hunter Lab52.327711.49069.6951
CIE-Lab59.326216.55649.4443

#b1847f color RGB value is (177,132,127).

#b1847f hex color red value is 177, green value is 132 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #b1847f hue: 0.02 , saturation: 0.24 and the lightness value of b1847f is 0.60.

The process color (four color CMYK) of #b1847f color hex is 0.00, 0.25, 0.28, 0.31. Web safe color of #b1847f is #999966. Color #b1847f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000100 01111111
Octal 261 204 177
Decimal 177 132 127
Hex B1 84 7F

RGB Percentages of Color #b1847f

%40.60
%30.28
%29.13

CMYK Percentages of Color #b1847f

%0
%25
%28
%31

Triadic Colors of #b1847f

#b1847f #7fb184 #847fb1

Analogous Colors of #b1847f

#b1847f #b19d7f #b17f93

Monochromatic Colors of #b1847f

#b1847f

Complementary Color

#b1847f #7facb1

#b1847f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1847f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1847f Color CSS Codes

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

#b1847f Text Font Color

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

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


#b1847f Background Color

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

This div background color is #b1847f


#b1847f Border Color

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

This div border color is #b1847f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1847f


Comments

No comments written yet.

Please login to write comment.