Shades of Sahara #BEA232
Tints of Sahara #BEA232
RGB
CMYK
RGB Variations
Color information
#BEA232 (or 0xBEA232) is known color: Sahara. HEX triplet: BE, A2 and 32. RGB value is (190,162,50). Sum of RGB (Red+Green+Blue) = 190+162+50=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 162 (63.67% from 255 or 40.30% from 402); Blue value is 50 (19.92% from 255 or 12.44% from 402); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA232 is #415DCD. Grayscale: #9E9E9E. Windows color (decimal): -4283854 or 3318462. OLE color: 3318462.
HSL color Cylindrical-coordinate representation of color #BEA232: hue angle of 48º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BEA232 is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 162 | 50 | - |
| CMYK | 0 | 0.15 | 0.74 | 0.25 |
| HSL | 48º | 0.58% | 0.47% | - |
| HSV(B) | 48º | 0.74% | 0.75% | - |
| XYZ | 34.73 | 37.02 | 8.33 | - |
| YUV | 157.6 | 67.28 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 162 | 50 | 0 | 0.15 | 0.74 | 0.25 | 48 | 0.58 | 0.47 |
| Hex | BE | A2 | 32 | 0 | F | 4A | 19 | 30 | 3A | 2F |
| Octal | 276 | 242 | 62 | 0 | 17 | 112 | 31 | 60 | 72 | 57 |
| Binary | 10111110 | 10100010 | 110010 | 0 | 1111 | 1001010 | 11001 | 110000 | 111010 | 101111 |
Color Harmonies of #BEA232
Complementary color
Monochromatic Colors of #BEA232
Black with #BEA232
Text Example
Text Example
White with #BEA232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA232; }
p { color: rgb(190,162,50); }
H1.HeaderClassName
{
color: #BEA232;
}
.AnyTagClassName
{
color: #BEA232;
}
</style>
background-color css
<style>
a { background-color: #BEA232; }
a { background-color: rgb(190,162,50); }
div.DivClassName
{
background-color: #BEA232;
}
.BgClassName
{
background-color: #BEA232;
}
</style>
border-color css
<style>
span { border-color: #BEA232; }
span { border-color: rgb(190,162,50); }
td.TdClassName
{
border-color: #BEA232;
}
.TagClassName
{
border-color: #BEA232;
}
</style>