Color Hex Logo

#b1947f Color Hex

#B1947F
(177,148,127)
0 Favorites   0 Comments

Color spaces of #b1947f

RGB 177148127
HSL0.070.240.60
HSV25°28°69°
CMYK 0.000.160.28   0.31
XYZ32.552132.059224.5510
Yxy32.05920.36510.3596
Hunter Lab56.62083.535613.9262
CIE-Lab63.39187.618515.1518

#b1947f color RGB value is (177,148,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10010100 01111111
Octal 261 224 177
Decimal 177 148 127
Hex B1 94 7F

RGB Percentages of Color #b1947f

%39.16
%32.74
%28.10

CMYK Percentages of Color #b1947f

%0
%16
%28
%31

Triadic Colors of #b1947f

#b1947f #7fb194 #947fb1

Analogous Colors of #b1947f

#b1947f #b1ad7f #b17f83

Monochromatic Colors of #b1947f

#b1947f

Complementary Color

#b1947f #7f9cb1

#b1947f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1947f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1947f Color CSS Codes

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

#b1947f Text Font Color

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

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


#b1947f Background Color

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

This div background color is #b1947f


#b1947f Border Color

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

This div border color is #b1947f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1947f


Comments

No comments written yet.

Please login to write comment.