#BF9F80

Color #BF9F80 Pale Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Taupe #BF9F80

Tints of Pale Taupe #BF9F80

Color information

#BF9F80 (or 0xBF9F80) is unknown color: approx Pale Taupe. HEX triplet: BF, 9F and 80. RGB value is (191,159,128). Sum of RGB (Red+Green+Blue) = 191+159+128=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9F80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9F80 is #40607F. Grayscale: #A5A5A5. Windows color (decimal): -4219008 or 8429503. OLE color: 8429503.

HSL color Cylindrical-coordinate representation of color #BF9F80: hue angle of 29.52º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BF9F80 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB191159128-
CMYK00.170.330.25
HSL29.52º32.98%62.55%-
HSV(B)29.52º32.98%74.9%-
XYZ37.7837.4325.66-
YUV165.03107.1146.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 39.96%
GREEN value IS 159 (62.5% from 255) = 33.26%
BLUE value IS 128 (50.39% from 255) = 26.78%
R=39.96%
G=33.26%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115912800.170.330.2529.5232.9862.55
HexBF9F8001121191e213f
Octal2772372000214131364177
Binary1011111110011111100000000100011000011100111110100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9F80; }

 p { color: rgb(191,159,128); }

 H1.HeaderClassName
 {
   color: #BF9F80;
 }
 .AnyTagClassName
 {
   color: #BF9F80;
 }
</style>
background-color css

<style>
 a { background-color: #BF9F80; }

 a { background-color: rgb(191,159,128); }

 div.DivClassName
 {
   background-color: #BF9F80;
 }
 .BgClassName
 {
   background-color: #BF9F80;
 }
</style>
border-color css

<style>
 span { border-color: #BF9F80; }

 span { border-color: rgb(191,159,128); }

 td.TdClassName
 {
   border-color: #BF9F80;
 }
 .TagClassName
 {
   border-color: #BF9F80;
 }
</style>