Shades of Quicksand #BE9A8F
Tints of Quicksand #BE9A8F
RGB
CMYK
RGB Variations
Color information
#BE9A8F (or 0xBE9A8F) is known color: Quicksand. HEX triplet: BE, 9A and 8F. RGB value is (190,154,143). Sum of RGB (Red+Green+Blue) = 190+154+143=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 154 (60.55% from 255 or 31.62% from 487); Blue value is 143 (56.25% from 255 or 29.36% from 487); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9A8F is #416570. Grayscale: #A3A3A3. Windows color (decimal): -4285809 or 9411262. OLE color: 9411262.
HSL color Cylindrical-coordinate representation of color #BE9A8F: hue angle of 14.04º 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 #BE9A8F is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 154 | 143 | - |
CMYK | 0 | 0.19 | 0.25 | 0.25 |
HSL | 14.04º | 0.27% | 0.65% | - |
HSV(B) | 14.04º | 0.25% | 0.75% | - |
XYZ | 37.75 | 36.04 | 30.95 | - |
YUV | 163.51 | 116.43 | 146.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 154 | 143 | 0 | 0.19 | 0.25 | 0.25 | 14.04 | 0.27 | 0.65 |
Hex | BE | 9A | 8F | 0 | 13 | 19 | 19 | E | 1B | 41 |
Octal | 276 | 232 | 217 | 0 | 23 | 31 | 31 | 16 | 33 | 101 |
Binary | 10111110 | 10011010 | 10001111 | 0 | 10011 | 11001 | 11001 | 1110 | 11011 | 1000001 |
Color Harmonies of #BE9A8F
Complementary color
Monochromatic Colors of #BE9A8F
Black with #BE9A8F
Text Example
Text Example
White with #BE9A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9A8F; }
p { color: rgb(190,154,143); }
H1.HeaderClassName
{
color: #BE9A8F;
}
.AnyTagClassName
{
color: #BE9A8F;
}
</style>
background-color css
<style>
a { background-color: #BE9A8F; }
a { background-color: rgb(190,154,143); }
div.DivClassName
{
background-color: #BE9A8F;
}
.BgClassName
{
background-color: #BE9A8F;
}
</style>
border-color css
<style>
span { border-color: #BE9A8F; }
span { border-color: rgb(190,154,143); }
td.TdClassName
{
border-color: #BE9A8F;
}
.TagClassName
{
border-color: #BE9A8F;
}
</style>