Color Hex Logo

#bf957d Color Hex

#BF957D
(191,149,125)
0 Favorites   0 Comments

Color spaces of #bf957d

RGB 191149125
HSL0.060.340.62
HSV22°35°75°
CMYK 0.000.220.35   0.25
XYZ35.935034.051924.0807
Yxy34.05190.38200.3620
Hunter Lab58.35407.802616.3809
CIE-Lab65.003712.391518.7134

#bf957d color RGB value is (191,149,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10010101 01111101
Octal 277 225 175
Decimal 191 149 125
Hex BF 95 7D

RGB Percentages of Color #bf957d

%41.08
%32.04
%26.88

CMYK Percentages of Color #bf957d

%0
%22
%35
%25

Triadic Colors of #bf957d

#bf957d #7dbf95 #957dbf

Analogous Colors of #bf957d

#bf957d #bfb67d #bf7d86

Monochromatic Colors of #bf957d

#bf957d

Complementary Color

#bf957d #7da7bf

#bf957d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf957d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf957d Color CSS Codes

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

#bf957d Text Font Color

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

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


#bf957d Background Color

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

This div background color is #bf957d


#bf957d Border Color

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

This div border color is #bf957d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf957d


Comments

No comments written yet.

Please login to write comment.