#BF9D7C

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

Shades of Pale Taupe #BF9D7C

Tints of Pale Taupe #BF9D7C

Color information

#BF9D7C (or 0xBF9D7C) is unknown color: approx Pale Taupe. HEX triplet: BF, 9D and 7C. RGB value is (191,157,124). Sum of RGB (Red+Green+Blue) = 191+157+124=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 124 (48.83% from 255 or 26.27% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9D7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9D7C is #406283. Grayscale: #A3A3A3. Windows color (decimal): -4219524 or 8166847. OLE color: 8166847.

HSL color Cylindrical-coordinate representation of color #BF9D7C: hue angle of 29.55º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BF9D7C is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB191157124-
CMYK00.180.350.25
HSL29.55º34.36%61.76%-
HSV(B)29.55º35.08%74.9%-
XYZ37.1836.6524.18-
YUV163.4105.76147.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.47%
GREEN value IS 157 (61.72% from 255) = 33.26%
BLUE value IS 124 (48.83% from 255) = 26.27%
R=40.47%
G=33.26%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115712400.180.350.2529.5534.3661.76
HexBF9D7C01223191e223e
Octal2772351740224331364276
Binary101111111001110111111000100101000111100111110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9D7C; }

 p { color: rgb(191,157,124); }

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

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

 a { background-color: rgb(191,157,124); }

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

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

 span { border-color: rgb(191,157,124); }

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