#BF9C82

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

Shades of Pale Taupe #BF9C82

Tints of Pale Taupe #BF9C82

Color information

#BF9C82 (or 0xBF9C82) is unknown color: approx Pale Taupe. HEX triplet: BF, 9C and 82. RGB value is (191,156,130). Sum of RGB (Red+Green+Blue) = 191+156+130=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 156 (61.33% from 255 or 32.70% from 477); Blue value is 130 (51.17% from 255 or 27.25% from 477); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9C82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9C82 is #40637D. Grayscale: #A3A3A3. Windows color (decimal): -4219774 or 8559807. OLE color: 8559807.

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

Color convert

RGB191156130-
CMYK00.180.320.25
HSL25.57º32.28%62.94%-
HSV(B)25.57º31.94%74.9%-
XYZ37.436.4726.19-
YUV163.5109.1147.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.04%
GREEN value IS 156 (61.33% from 255) = 32.70%
BLUE value IS 130 (51.17% from 255) = 27.25%
R=40.04%
G=32.70%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115613000.180.320.2525.5732.2862.94
HexBF9C8201220191a203f
Octal2772342020224031324077
Binary1011111110011100100000100100101000001100111010100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9C82; }

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

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

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

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

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

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

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

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