#BB9582

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

Shades of Pale Taupe #BB9582

Tints of Pale Taupe #BB9582

Color information

#BB9582 (or 0xBB9582) is unknown color: approx Pale Taupe. HEX triplet: BB, 95 and 82. RGB value is (187,149,130). Sum of RGB (Red+Green+Blue) = 187+149+130=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 130 (51.17% from 255 or 27.90% from 466); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9582 is #446A7D. Grayscale: #9E9E9E. Windows color (decimal): -4483710 or 8558011. OLE color: 8558011.

HSL color Cylindrical-coordinate representation of color #BB9582: hue angle of 20º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB9582 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB187149130-
CMYK00.200.300.27
HSL20º29.53%62.16%-
HSV(B)20º30.48%73.33%-
XYZ35.2733.6725.76-
YUV158.2112.09148.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.13%
GREEN value IS 149 (58.59% from 255) = 31.97%
BLUE value IS 130 (51.17% from 255) = 27.90%
R=40.13%
G=31.97%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714913000.200.300.272029.5362.16
HexBB95820141E1B141e3e
Octal2732252020243633243676
Binary10111011100101011000001001010011110110111010011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9582; }

 p { color: rgb(187,149,130); }

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

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

 a { background-color: rgb(187,149,130); }

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

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

 span { border-color: rgb(187,149,130); }

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