Shades of Quicksand #BD968A
Tints of Quicksand #BD968A
RGB
CMYK
RGB Variations
Color information
#BD968A (or 0xBD968A) is known color: Quicksand. HEX triplet: BD, 96 and 8A. RGB value is (189,150,138). Sum of RGB (Red+Green+Blue) = 189+150+138=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 150 (58.98% from 255 or 31.45% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 189 - color contains mainly: red. Hex color #BD968A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD968A is #426975. Grayscale: #A0A0A0. Windows color (decimal): -4352374 or 9082557. OLE color: 9082557.
HSL color Cylindrical-coordinate representation of color #BD968A: hue angle of 14.12º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BD968A is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 150 | 138 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.26 |
| HSL | 14.12º | 0.28% | 0.64% | - |
| HSV(B) | 14.12º | 0.27% | 0.74% | - |
| XYZ | 36.48 | 34.47 | 28.77 | - |
| YUV | 160.29 | 115.42 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 150 | 138 | 0 | 0.21 | 0.27 | 0.26 | 14.12 | 0.28 | 0.64 |
| Hex | BD | 96 | 8A | 0 | 15 | 1B | 1A | E | 1C | 40 |
| Octal | 275 | 226 | 212 | 0 | 25 | 33 | 32 | 16 | 34 | 100 |
| Binary | 10111101 | 10010110 | 10001010 | 0 | 10101 | 11011 | 11010 | 1110 | 11100 | 1000000 |
Color Harmonies of #BD968A
Complementary color
Monochromatic Colors of #BD968A
Black with #BD968A
Text Example
Text Example
White with #BD968A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD968A; }
p { color: rgb(189,150,138); }
H1.HeaderClassName
{
color: #BD968A;
}
.AnyTagClassName
{
color: #BD968A;
}
</style>
background-color css
<style>
a { background-color: #BD968A; }
a { background-color: rgb(189,150,138); }
div.DivClassName
{
background-color: #BD968A;
}
.BgClassName
{
background-color: #BD968A;
}
</style>
border-color css
<style>
span { border-color: #BD968A; }
span { border-color: rgb(189,150,138); }
td.TdClassName
{
border-color: #BD968A;
}
.TagClassName
{
border-color: #BD968A;
}
</style>