Shades of Sahara #BE9F2D
Tints of Sahara #BE9F2D
RGB
CMYK
RGB Variations
Color information
#BE9F2D (or 0xBE9F2D) is known color: Sahara. HEX triplet: BE, 9F and 2D. RGB value is (190,159,45). Sum of RGB (Red+Green+Blue) = 190+159+45=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 159 (62.5% from 255 or 40.36% from 394); Blue value is 45 (17.97% from 255 or 11.42% from 394); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9F2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9F2D is #4160D2. Grayscale: #9B9B9B. Windows color (decimal): -4284627 or 2990014. OLE color: 2990014.
HSL color Cylindrical-coordinate representation of color #BE9F2D: hue angle of 47.17º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE9F2D is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 159 | 45 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.25 |
| HSL | 47.17º | 0.62% | 0.46% | - |
| HSV(B) | 47.17º | 0.76% | 0.75% | - |
| XYZ | 34.11 | 35.93 | 7.62 | - |
| YUV | 155.27 | 65.77 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 159 | 45 | 0 | 0.16 | 0.76 | 0.25 | 47.17 | 0.62 | 0.46 |
| Hex | BE | 9F | 2D | 0 | 10 | 4C | 19 | 2F | 3E | 2E |
| Octal | 276 | 237 | 55 | 0 | 20 | 114 | 31 | 57 | 76 | 56 |
| Binary | 10111110 | 10011111 | 101101 | 0 | 10000 | 1001100 | 11001 | 101111 | 111110 | 101110 |
Color Harmonies of #BE9F2D
Complementary color
Monochromatic Colors of #BE9F2D
Black with #BE9F2D
Text Example
Text Example
White with #BE9F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9F2D; }
p { color: rgb(190,159,45); }
H1.HeaderClassName
{
color: #BE9F2D;
}
.AnyTagClassName
{
color: #BE9F2D;
}
</style>
background-color css
<style>
a { background-color: #BE9F2D; }
a { background-color: rgb(190,159,45); }
div.DivClassName
{
background-color: #BE9F2D;
}
.BgClassName
{
background-color: #BE9F2D;
}
</style>
border-color css
<style>
span { border-color: #BE9F2D; }
span { border-color: rgb(190,159,45); }
td.TdClassName
{
border-color: #BE9F2D;
}
.TagClassName
{
border-color: #BE9F2D;
}
</style>