#BD9283

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

Shades of Quicksand #BD9283

Tints of Quicksand #BD9283

Color information

#BD9283 (or 0xBD9283) is unknown color: approx Quicksand. HEX triplet: BD, 92 and 83. RGB value is (189,146,131). Sum of RGB (Red+Green+Blue) = 189+146+131=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 146 (57.42% from 255 or 31.33% from 466); Blue value is 131 (51.56% from 255 or 28.11% from 466); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9283 is #426D7C. Grayscale: #9D9D9D. Windows color (decimal): -4353405 or 8622781. OLE color: 8622781.

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

Color convert

RGB189146131-
CMYK00.230.310.26
HSL15.52º30.53%62.75%-
HSV(B)15.52º30.69%74.12%-
XYZ35.3633.0225.98-
YUV157.15113.25150.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.56%
GREEN value IS 146 (57.42% from 255) = 31.33%
BLUE value IS 131 (51.56% from 255) = 28.11%
R=40.56%
G=31.33%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914613100.230.310.2615.5230.5362.75
HexBD92830171F1A101f3f
Octal2752222030273732203777
Binary10111101100100101000001101011111111110101000011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9283; }

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

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

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

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

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

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

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

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