#BD9384

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

Shades of Quicksand #BD9384

Tints of Quicksand #BD9384

Color information

#BD9384 (or 0xBD9384) is unknown color: approx Quicksand. HEX triplet: BD, 93 and 84. RGB value is (189,147,132). Sum of RGB (Red+Green+Blue) = 189+147+132=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 147 (57.81% from 255 or 31.41% from 468); Blue value is 132 (51.95% from 255 or 28.21% from 468); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9384 is #426C7B. Grayscale: #9D9D9D. Windows color (decimal): -4353148 or 8688573. OLE color: 8688573.

HSL color Cylindrical-coordinate representation of color #BD9384: hue angle of 15.79º 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 #BD9384 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB189147132-
CMYK00.220.300.26
HSL15.79º30.16%62.94%-
HSV(B)15.79º30.16%74.12%-
XYZ35.5833.3526.39-
YUV157.85113.41150.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.38%
GREEN value IS 147 (57.81% from 255) = 31.41%
BLUE value IS 132 (51.95% from 255) = 28.21%
R=40.38%
G=31.41%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914713200.220.300.2615.7930.1662.94
HexBD93840161E1A101e3f
Octal2752232040263632203677
Binary10111101100100111000010001011011110110101000011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9384; }

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

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

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

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

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

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

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

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