Color Hex Logo

#bf877d Color Hex

#BF877D
(191,135,125)
0 Favorites   0 Comments

Color spaces of #bf877d

RGB 191135125
HSL0.030.340.62
HSV35°75°
CMYK 0.000.290.35   0.25
XYZ33.851529.885023.3862
Yxy29.88500.38850.3430
Hunter Lab54.667214.864812.9032
CIE-Lab61.554920.130413.9411

#bf877d color RGB value is (191,135,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10000111 01111101
Octal 277 207 175
Decimal 191 135 125
Hex BF 87 7D

RGB Percentages of Color #bf877d

%42.35
%29.93
%27.72

CMYK Percentages of Color #bf877d

%0
%29
%35
%25

Triadic Colors of #bf877d

#bf877d #7dbf87 #877dbf

Analogous Colors of #bf877d

#bf877d #bfa87d #bf7d94

Monochromatic Colors of #bf877d

#bf877d

Complementary Color

#bf877d #7db5bf

#bf877d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf877d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf877d Color CSS Codes

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

#bf877d Text Font Color

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

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


#bf877d Background Color

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

This div background color is #bf877d


#bf877d Border Color

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

This div border color is #bf877d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf877d


Comments

No comments written yet.

Please login to write comment.