#BB9288

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

Shades of Quicksand #BB9288

Tints of Quicksand #BB9288

Color information

#BB9288 (or 0xBB9288) is unknown color: approx Quicksand. HEX triplet: BB, 92 and 88. RGB value is (187,146,136). Sum of RGB (Red+Green+Blue) = 187+146+136=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 146 (57.42% from 255 or 31.13% from 469); Blue value is 136 (53.52% from 255 or 29.00% from 469); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9288 is #446D77. Grayscale: #9D9D9D. Windows color (decimal): -4484472 or 8950459. OLE color: 8950459.

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

Color convert

RGB187146136-
CMYK00.220.270.27
HSL11.76º27.27%63.33%-
HSV(B)11.76º27.27%73.33%-
XYZ35.2232.927.79-
YUV157.12116.08149.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.87%
GREEN value IS 146 (57.42% from 255) = 31.13%
BLUE value IS 136 (53.52% from 255) = 29.00%
R=39.87%
G=31.13%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714613600.220.270.2711.7627.2763.33
HexBB92880161B1Bc1b3f
Octal2732222100263333143377
Binary1011101110010010100010000101101101111011110011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9288; }

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

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

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

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

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

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

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

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