#BB9584

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

Shades of Pale Taupe #BB9584

Tints of Pale Taupe #BB9584

Color information

#BB9584 (or 0xBB9584) is unknown color: approx Pale Taupe. HEX triplet: BB, 95 and 84. RGB value is (187,149,132). Sum of RGB (Red+Green+Blue) = 187+149+132=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 149 (58.59% from 255 or 31.84% from 468); Blue value is 132 (51.95% from 255 or 28.21% from 468); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9584 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9584 is #446A7B. Grayscale: #9E9E9E. Windows color (decimal): -4483708 or 8689083. OLE color: 8689083.

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

Color convert

RGB187149132-
CMYK00.200.290.27
HSL18.55º28.8%62.55%-
HSV(B)18.55º29.41%73.33%-
XYZ35.4133.7326.47-
YUV158.42113.09148.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.96%
GREEN value IS 149 (58.59% from 255) = 31.84%
BLUE value IS 132 (51.95% from 255) = 28.21%
R=39.96%
G=31.84%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714913200.200.290.2718.5528.862.55
HexBB95840141D1B131d3f
Octal2732252040243533233577
Binary10111011100101011000010001010011101110111001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9584; }

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

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

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

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

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

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

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

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