#BB9281

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

Shades of Pale Taupe #BB9281

Tints of Pale Taupe #BB9281

Color information

#BB9281 (or 0xBB9281) is unknown color: approx Pale Taupe. HEX triplet: BB, 92 and 81. RGB value is (187,146,129). Sum of RGB (Red+Green+Blue) = 187+146+129=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 146 (57.42% from 255 or 31.60% from 462); Blue value is 129 (50.78% from 255 or 27.92% from 462); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9281 is #446D7E. Grayscale: #9C9C9C. Windows color (decimal): -4484479 or 8491707. OLE color: 8491707.

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

Color convert

RGB187146129-
CMYK00.220.310.27
HSL17.59º29.9%61.96%-
HSV(B)17.59º31.02%73.33%-
XYZ34.7332.7125.25-
YUV156.32112.58149.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.48%
GREEN value IS 146 (57.42% from 255) = 31.60%
BLUE value IS 129 (50.78% from 255) = 27.92%
R=40.48%
G=31.60%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714612900.220.310.2717.5929.961.96
HexBB92810161F1B121e3e
Octal2732222010263733223676
Binary10111011100100101000000101011011111110111001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9281; }

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

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

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

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

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

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

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

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