Color Hex Logo

#bf947c Color Hex

#BF947C
(191,148,124)
0 Favorites   0 Comments

Color spaces of #bf947c

RGB 191148124
HSL0.060.340.62
HSV21°35°75°
CMYK 0.000.230.35   0.25
XYZ35.713933.711423.6934
Yxy33.71140.38350.3620
Hunter Lab58.06158.188516.4484
CIE-Lab64.732812.816218.8982

#bf947c color RGB value is (191,148,124).

#bf947c hex color red value is 191, green value is 148 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #bf947c hue: 0.06 , saturation: 0.34 and the lightness value of bf947c is 0.62.

The process color (four color CMYK) of #bf947c color hex is 0.00, 0.23, 0.35, 0.25. Web safe color of #bf947c is #cc9966. Color #bf947c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10010100 01111100
Octal 277 224 174
Decimal 191 148 124
Hex BF 94 7C

RGB Percentages of Color #bf947c

%41.25
%31.97
%26.78

CMYK Percentages of Color #bf947c

%0
%23
%35
%25

Triadic Colors of #bf947c

#bf947c #7cbf94 #947cbf

Analogous Colors of #bf947c

#bf947c #bfb67c #bf7c86

Monochromatic Colors of #bf947c

#bf947c

Complementary Color

#bf947c #7ca7bf

#bf947c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf947c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf947c Color CSS Codes

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

#bf947c Text Font Color

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

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


#bf947c Background Color

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

This div background color is #bf947c


#bf947c Border Color

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

This div border color is #bf947c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,148,124, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf947c


Comments

No comments written yet.

Please login to write comment.