#B99083

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

Shades of Quicksand #B99083

Tints of Quicksand #B99083

Color information

#B99083 (or 0xB99083) is unknown color: approx Quicksand. HEX triplet: B9, 90 and 83. RGB value is (185,144,131). Sum of RGB (Red+Green+Blue) = 185+144+131=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 131 (51.56% from 255 or 28.48% from 460); Max value from RGB is 185 - color contains mainly: red. Hex color #B99083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99083 is #466F7C. Grayscale: #9A9A9A. Windows color (decimal): -4616061 or 8622265. OLE color: 8622265.

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

Color convert

RGB185144131-
CMYK00.220.290.27
HSL14.44º27.84%61.96%-
HSV(B)14.44º29.19%72.55%-
XYZ34.0831.925.83-
YUV154.78114.58149.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.22%
GREEN value IS 144 (56.64% from 255) = 31.30%
BLUE value IS 131 (51.56% from 255) = 28.48%
R=40.22%
G=31.30%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514413100.220.290.2714.4427.8461.96
HexB990830161D1Be1c3e
Octal2712202030263533163476
Binary1011100110010000100000110101101110111011111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99083; }

 p { color: rgb(185,144,131); }

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

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

 a { background-color: rgb(185,144,131); }

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

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

 span { border-color: rgb(185,144,131); }

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