#BB9488

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

Shades of Quicksand #BB9488

Tints of Quicksand #BB9488

Color information

#BB9488 (or 0xBB9488) is unknown color: approx Quicksand. HEX triplet: BB, 94 and 88. RGB value is (187,148,136). Sum of RGB (Red+Green+Blue) = 187+148+136=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 136 (53.52% from 255 or 28.87% from 471); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9488 is #446B77. Grayscale: #9E9E9E. Windows color (decimal): -4483960 or 8950971. OLE color: 8950971.

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

Color convert

RGB187148136-
CMYK00.210.270.27
HSL14.12º27.27%63.33%-
HSV(B)14.12º27.27%73.33%-
XYZ35.5333.5227.89-
YUV158.29115.42148.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.70%
GREEN value IS 148 (58.20% from 255) = 31.42%
BLUE value IS 136 (53.52% from 255) = 28.87%
R=39.70%
G=31.42%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714813600.210.270.2714.1227.2763.33
HexBB94880151B1Be1b3f
Octal2732242100253333163377
Binary1011101110010100100010000101011101111011111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9488; }

 p { color: rgb(187,148,136); }

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

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

 a { background-color: rgb(187,148,136); }

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

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

 span { border-color: rgb(187,148,136); }

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