#BF9B82

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

Shades of Pale Taupe #BF9B82

Tints of Pale Taupe #BF9B82

Color information

#BF9B82 (or 0xBF9B82) is unknown color: approx Pale Taupe. HEX triplet: BF, 9B and 82. RGB value is (191,155,130). Sum of RGB (Red+Green+Blue) = 191+155+130=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 155 (60.94% from 255 or 32.56% from 476); Blue value is 130 (51.17% from 255 or 27.31% from 476); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9B82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9B82 is #40647D. Grayscale: #A3A3A3. Windows color (decimal): -4220030 or 8559551. OLE color: 8559551.

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

Color convert

RGB191155130-
CMYK00.190.320.25
HSL24.59º32.28%62.94%-
HSV(B)24.59º31.94%74.9%-
XYZ37.2436.1326.13-
YUV162.91109.43148.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.13%
GREEN value IS 155 (60.94% from 255) = 32.56%
BLUE value IS 130 (51.17% from 255) = 27.31%
R=40.13%
G=32.56%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115513000.190.320.2524.5932.2862.94
HexBF9B82013201919203f
Octal2772332020234031314077
Binary1011111110011011100000100100111000001100111001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9B82; }

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

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

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

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

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

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

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

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