Color Hex Logo

#bf998d Color Hex

#BF998D
(191,153,141)
0 Favorites   0 Comments

Color spaces of #bf998d

RGB 191153141
HSL0.040.280.65
HSV14°26°75°
CMYK 0.000.200.26   0.25
XYZ37.684835.781930.1197
Yxy35.78190.36380.3454
Hunter Lab59.81807.772012.0187
CIE-Lab66.352912.351611.6731

#bf998d color RGB value is (191,153,141).

#bf998d hex color red value is 191, green value is 153 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bf998d hue: 0.04 , saturation: 0.28 and the lightness value of bf998d is 0.65.

The process color (four color CMYK) of #bf998d color hex is 0.00, 0.20, 0.26, 0.25. Web safe color of #bf998d is #cc9999. Color #bf998d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10011001 10001101
Octal 277 231 215
Decimal 191 153 141
Hex BF 99 8D

RGB Percentages of Color #bf998d

%39.38
%31.55
%29.07

CMYK Percentages of Color #bf998d

%0
%20
%26
%25

Triadic Colors of #bf998d

#bf998d #8dbf99 #998dbf

Analogous Colors of #bf998d

#bf998d #bfb28d #bf8d9a

Monochromatic Colors of #bf998d

#bf998d

Complementary Color

#bf998d #8db3bf

#bf998d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf998d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf998d Color CSS Codes

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

#bf998d Text Font Color

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

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


#bf998d Background Color

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

This div background color is #bf998d


#bf998d Border Color

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

This div border color is #bf998d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf998d


Comments

No comments written yet.

Please login to write comment.