#BF9E82

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

Shades of Pale Taupe #BF9E82

Tints of Pale Taupe #BF9E82

Color information

#BF9E82 (or 0xBF9E82) is unknown color: approx Pale Taupe. HEX triplet: BF, 9E and 82. RGB value is (191,158,130). Sum of RGB (Red+Green+Blue) = 191+158+130=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 158 (62.11% from 255 or 32.99% from 479); Blue value is 130 (51.17% from 255 or 27.14% from 479); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9E82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9E82 is #40617D. Grayscale: #A4A4A4. Windows color (decimal): -4219262 or 8560319. OLE color: 8560319.

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

Color convert

RGB191158130-
CMYK00.170.320.25
HSL27.54º32.28%62.94%-
HSV(B)27.54º31.94%74.9%-
XYZ37.7437.1426.3-
YUV164.68108.43146.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.87%
GREEN value IS 158 (62.11% from 255) = 32.99%
BLUE value IS 130 (51.17% from 255) = 27.14%
R=39.87%
G=32.99%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115813000.170.320.2527.5432.2862.94
HexBF9E8201120191c203f
Octal2772362020214031344077
Binary1011111110011110100000100100011000001100111100100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9E82; }

 p { color: rgb(191,158,130); }

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

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

 a { background-color: rgb(191,158,130); }

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

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

 span { border-color: rgb(191,158,130); }

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