#BD9584

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

Shades of Quicksand #BD9584

Tints of Quicksand #BD9584

Color information

#BD9584 (or 0xBD9584) is unknown color: approx Quicksand. HEX triplet: BD, 95 and 84. RGB value is (189,149,132). Sum of RGB (Red+Green+Blue) = 189+149+132=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 149 (58.59% from 255 or 31.70% from 470); Blue value is 132 (51.95% from 255 or 28.09% from 470); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9584 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9584 is #426A7B. Grayscale: #9F9F9F. Windows color (decimal): -4352636 or 8689085. OLE color: 8689085.

HSL color Cylindrical-coordinate representation of color #BD9584: hue angle of 17.89º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BD9584 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB189149132-
CMYK00.210.300.26
HSL17.89º30.16%62.94%-
HSV(B)17.89º30.16%74.12%-
XYZ35.933.9826.5-
YUV159.02112.75149.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.21%
GREEN value IS 149 (58.59% from 255) = 31.70%
BLUE value IS 132 (51.95% from 255) = 28.09%
R=40.21%
G=31.70%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914913200.210.300.2617.8930.1662.94
HexBD95840151E1A121e3f
Octal2752252040253632223677
Binary10111101100101011000010001010111110110101001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9584; }

 p { color: rgb(189,149,132); }

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

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

 a { background-color: rgb(189,149,132); }

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

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

 span { border-color: rgb(189,149,132); }

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