Shades of Quicksand #BE9D8F
Tints of Quicksand #BE9D8F
RGB
CMYK
RGB Variations
Color information
#BE9D8F (or 0xBE9D8F) is known color: Quicksand. HEX triplet: BE, 9D and 8F. RGB value is (190,157,143). Sum of RGB (Red+Green+Blue) = 190+157+143=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 157 (61.72% from 255 or 32.04% from 490); Blue value is 143 (56.25% from 255 or 29.18% from 490); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9D8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9D8F is #416270. Grayscale: #A5A5A5. Windows color (decimal): -4285041 or 9412030. OLE color: 9412030.
HSL color Cylindrical-coordinate representation of color #BE9D8F: hue angle of 17.87º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BE9D8F is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 157 | 143 | - |
CMYK | 0 | 0.17 | 0.25 | 0.25 |
HSL | 17.87º | 0.27% | 0.65% | - |
HSV(B) | 17.87º | 0.25% | 0.75% | - |
XYZ | 38.25 | 37.04 | 31.12 | - |
YUV | 165.27 | 115.43 | 145.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 157 | 143 | 0 | 0.17 | 0.25 | 0.25 | 17.87 | 0.27 | 0.65 |
Hex | BE | 9D | 8F | 0 | 11 | 19 | 19 | 12 | 1B | 41 |
Octal | 276 | 235 | 217 | 0 | 21 | 31 | 31 | 22 | 33 | 101 |
Binary | 10111110 | 10011101 | 10001111 | 0 | 10001 | 11001 | 11001 | 10010 | 11011 | 1000001 |
Color Harmonies of #BE9D8F
Complementary color
Monochromatic Colors of #BE9D8F
Black with #BE9D8F
Text Example
Text Example
White with #BE9D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9D8F; }
p { color: rgb(190,157,143); }
H1.HeaderClassName
{
color: #BE9D8F;
}
.AnyTagClassName
{
color: #BE9D8F;
}
</style>
background-color css
<style>
a { background-color: #BE9D8F; }
a { background-color: rgb(190,157,143); }
div.DivClassName
{
background-color: #BE9D8F;
}
.BgClassName
{
background-color: #BE9D8F;
}
</style>
border-color css
<style>
span { border-color: #BE9D8F; }
span { border-color: rgb(190,157,143); }
td.TdClassName
{
border-color: #BE9D8F;
}
.TagClassName
{
border-color: #BE9D8F;
}
</style>