#BB9282

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

Shades of Pale Taupe #BB9282

Tints of Pale Taupe #BB9282

Color information

#BB9282 (or 0xBB9282) is unknown color: approx Pale Taupe. HEX triplet: BB, 92 and 82. RGB value is (187,146,130). Sum of RGB (Red+Green+Blue) = 187+146+130=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 146 (57.42% from 255 or 31.53% from 463); Blue value is 130 (51.17% from 255 or 28.08% from 463); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9282 is #446D7D. Grayscale: #9C9C9C. Windows color (decimal): -4484478 or 8557243. OLE color: 8557243.

HSL color Cylindrical-coordinate representation of color #BB9282: hue angle of 16.84º 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 #BB9282 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB187146130-
CMYK00.220.300.27
HSL16.84º29.53%62.16%-
HSV(B)16.84º30.48%73.33%-
XYZ34.832.7325.6-
YUV156.44113.08149.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.39%
GREEN value IS 146 (57.42% from 255) = 31.53%
BLUE value IS 130 (51.17% from 255) = 28.08%
R=40.39%
G=31.53%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714613000.220.300.2716.8429.5362.16
HexBB92820161E1B111e3e
Octal2732222020263633213676
Binary10111011100100101000001001011011110110111000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9282; }

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

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

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

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

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

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

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

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