Shades of Quicksand #BE9283
Tints of Quicksand #BE9283
RGB
CMYK
RGB Variations
Color information
#BE9283 (or 0xBE9283) is known color: Quicksand. HEX triplet: BE, 92 and 83. RGB value is (190,146,131). Sum of RGB (Red+Green+Blue) = 190+146+131=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 146 (57.42% from 255 or 31.26% from 467); Blue value is 131 (51.56% from 255 or 28.05% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9283 is #416D7C. Grayscale: #9D9D9D. Windows color (decimal): -4287869 or 8622782. OLE color: 8622782.
HSL color Cylindrical-coordinate representation of color #BE9283: hue angle of 15.25º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BE9283 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 146 | 131 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.25 |
| HSL | 15.25º | 0.31% | 0.63% | - |
| HSV(B) | 15.25º | 0.31% | 0.75% | - |
| XYZ | 35.61 | 33.14 | 25.99 | - |
| YUV | 157.45 | 113.08 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 146 | 131 | 0 | 0.23 | 0.31 | 0.25 | 15.25 | 0.31 | 0.63 |
| Hex | BE | 92 | 83 | 0 | 17 | 1F | 19 | F | 1F | 3F |
| Octal | 276 | 222 | 203 | 0 | 27 | 37 | 31 | 17 | 37 | 77 |
| Binary | 10111110 | 10010010 | 10000011 | 0 | 10111 | 11111 | 11001 | 1111 | 11111 | 111111 |
Color Harmonies of #BE9283
Complementary color
Monochromatic Colors of #BE9283
Black with #BE9283
Text Example
Text Example
White with #BE9283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9283; }
p { color: rgb(190,146,131); }
H1.HeaderClassName
{
color: #BE9283;
}
.AnyTagClassName
{
color: #BE9283;
}
</style>
background-color css
<style>
a { background-color: #BE9283; }
a { background-color: rgb(190,146,131); }
div.DivClassName
{
background-color: #BE9283;
}
.BgClassName
{
background-color: #BE9283;
}
</style>
border-color css
<style>
span { border-color: #BE9283; }
span { border-color: rgb(190,146,131); }
td.TdClassName
{
border-color: #BE9283;
}
.TagClassName
{
border-color: #BE9283;
}
</style>