#BB9384

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

Shades of Quicksand #BB9384

Tints of Quicksand #BB9384

Color information

#BB9384 (or 0xBB9384) is unknown color: approx Quicksand. HEX triplet: BB, 93 and 84. RGB value is (187,147,132). Sum of RGB (Red+Green+Blue) = 187+147+132=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 147 (57.81% from 255 or 31.55% from 466); Blue value is 132 (51.95% from 255 or 28.33% from 466); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9384 is #446C7B. Grayscale: #9D9D9D. Windows color (decimal): -4484220 or 8688571. OLE color: 8688571.

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

Color convert

RGB187147132-
CMYK00.210.290.27
HSL16.36º28.8%62.55%-
HSV(B)16.36º29.41%73.33%-
XYZ35.0933.126.37-
YUV157.25113.75149.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.13%
GREEN value IS 147 (57.81% from 255) = 31.55%
BLUE value IS 132 (51.95% from 255) = 28.33%
R=40.13%
G=31.55%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714713200.210.290.2716.3628.862.55
HexBB93840151D1B101d3f
Octal2732232040253533203577
Binary10111011100100111000010001010111101110111000011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9384; }

 p { color: rgb(187,147,132); }

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

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

 a { background-color: rgb(187,147,132); }

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

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

 span { border-color: rgb(187,147,132); }

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