#BB9383

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

Shades of Quicksand #BB9383

Tints of Quicksand #BB9383

Color information

#BB9383 (or 0xBB9383) is unknown color: approx Quicksand. HEX triplet: BB, 93 and 83. RGB value is (187,147,131). Sum of RGB (Red+Green+Blue) = 187+147+131=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 147 (57.81% from 255 or 31.61% from 465); Blue value is 131 (51.56% from 255 or 28.17% from 465); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9383 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9383 is #446C7C. Grayscale: #9D9D9D. Windows color (decimal): -4484221 or 8623035. OLE color: 8623035.

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

Color convert

RGB187147131-
CMYK00.210.300.27
HSL17.14º29.17%62.35%-
HSV(B)17.14º29.95%73.33%-
XYZ35.0233.0726.01-
YUV157.14113.25149.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.22%
GREEN value IS 147 (57.81% from 255) = 31.61%
BLUE value IS 131 (51.56% from 255) = 28.17%
R=40.22%
G=31.61%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714713100.210.300.2717.1429.1762.35
HexBB93830151E1B111d3e
Octal2732232030253633213576
Binary10111011100100111000001101010111110110111000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9383; }

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

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

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

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

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

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

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

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