Shades of Quicksand #BD9283
Tints of Quicksand #BD9283
RGB
CMYK
RGB Variations
Color information
#BD9283 (or 0xBD9283) is known color: 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
| RGB | 189 | 146 | 131 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.26 |
| HSL | 15.52º | 0.31% | 0.63% | - |
| HSV(B) | 15.52º | 0.31% | 0.74% | - |
| XYZ | 35.36 | 33.02 | 25.98 | - |
| YUV | 157.15 | 113.25 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 146 | 131 | 0 | 0.23 | 0.31 | 0.26 | 15.52 | 0.31 | 0.63 |
| Hex | BD | 92 | 83 | 0 | 17 | 1F | 1A | 10 | 1F | 3F |
| Octal | 275 | 222 | 203 | 0 | 27 | 37 | 32 | 20 | 37 | 77 |
| Binary | 10111101 | 10010010 | 10000011 | 0 | 10111 | 11111 | 11010 | 10000 | 11111 | 111111 |
Color Harmonies of #BD9283
Complementary color
Monochromatic Colors of #BD9283
Black with #BD9283
Text Example
Text Example
White with #BD9283
Text Example
Text Example
HTML Codes & Css Web 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>