#BB9287

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

Shades of Quicksand #BB9287

Tints of Quicksand #BB9287

Color information

#BB9287 (or 0xBB9287) is unknown color: approx Quicksand. HEX triplet: BB, 92 and 87. RGB value is (187,146,135). Sum of RGB (Red+Green+Blue) = 187+146+135=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 146 (57.42% from 255 or 31.20% from 468); Blue value is 135 (53.12% from 255 or 28.85% from 468); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9287 is #446D78. Grayscale: #9D9D9D. Windows color (decimal): -4484473 or 8884923. OLE color: 8884923.

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

Color convert

RGB187146135-
CMYK00.220.280.27
HSL12.69º27.66%63.14%-
HSV(B)12.69º27.81%73.33%-
XYZ35.1532.8727.41-
YUV157115.58149.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.96%
GREEN value IS 146 (57.42% from 255) = 31.20%
BLUE value IS 135 (53.12% from 255) = 28.85%
R=39.96%
G=31.20%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714613500.220.280.2712.6927.6663.14
HexBB92870161C1Bd1c3f
Octal2732222070263433153477
Binary1011101110010010100001110101101110011011110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9287; }

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

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

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

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

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

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

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

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