#BF9C80

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

Shades of Pale Taupe #BF9C80

Tints of Pale Taupe #BF9C80

Color information

#BF9C80 (or 0xBF9C80) is unknown color: approx Pale Taupe. HEX triplet: BF, 9C and 80. RGB value is (191,156,128). Sum of RGB (Red+Green+Blue) = 191+156+128=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 156 (61.33% from 255 or 32.84% from 475); Blue value is 128 (50.39% from 255 or 26.95% from 475); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9C80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9C80 is #40637F. Grayscale: #A3A3A3. Windows color (decimal): -4219776 or 8428735. OLE color: 8428735.

HSL color Cylindrical-coordinate representation of color #BF9C80: hue angle of 26.67º 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 #BF9C80 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB191156128-
CMYK00.180.330.25
HSL26.67º32.98%62.55%-
HSV(B)26.67º32.98%74.9%-
XYZ37.2736.4125.49-
YUV163.27108.1147.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.21%
GREEN value IS 156 (61.33% from 255) = 32.84%
BLUE value IS 128 (50.39% from 255) = 26.95%
R=40.21%
G=32.84%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115612800.180.330.2526.6732.9862.55
HexBF9C8001221191b213f
Octal2772342000224131334177
Binary1011111110011100100000000100101000011100111011100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9C80; }

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

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

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

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

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

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

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

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