#BD9284

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

Shades of Quicksand #BD9284

Tints of Quicksand #BD9284

Color information

#BD9284 (or 0xBD9284) is unknown color: approx Quicksand. HEX triplet: BD, 92 and 84. RGB value is (189,146,132). Sum of RGB (Red+Green+Blue) = 189+146+132=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 146 (57.42% from 255 or 31.26% from 467); Blue value is 132 (51.95% from 255 or 28.27% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9284 is #426D7B. Grayscale: #9D9D9D. Windows color (decimal): -4353404 or 8688317. OLE color: 8688317.

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

Color convert

RGB189146132-
CMYK00.230.300.26
HSL14.74º30.16%62.94%-
HSV(B)14.74º30.16%74.12%-
XYZ35.4333.0426.34-
YUV157.26113.75150.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.47%
GREEN value IS 146 (57.42% from 255) = 31.26%
BLUE value IS 132 (51.95% from 255) = 28.27%
R=40.47%
G=31.26%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914613200.230.300.2614.7430.1662.94
HexBD92840171E1Af1e3f
Octal2752222040273632173677
Binary1011110110010010100001000101111111011010111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9284; }

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

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

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

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

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

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

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

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