Shades of Sahara #BDA22E
Tints of Sahara #BDA22E
RGB
CMYK
RGB Variations
Color information
#BDA22E (or 0xBDA22E) is known color: Sahara. HEX triplet: BD, A2 and 2E. RGB value is (189,162,46). Sum of RGB (Red+Green+Blue) = 189+162+46=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 46 (18.36% from 255 or 11.59% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA22E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA22E is #425DD1. Grayscale: #9D9D9D. Windows color (decimal): -4349394 or 3056317. OLE color: 3056317.
HSL color Cylindrical-coordinate representation of color #BDA22E: hue angle of 48.67º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BDA22E is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 46 | - |
| CMYK | 0 | 0.14 | 0.76 | 0.26 |
| HSL | 48.67º | 0.61% | 0.46% | - |
| HSV(B) | 48.67º | 0.76% | 0.74% | - |
| XYZ | 34.4 | 36.86 | 7.89 | - |
| YUV | 156.85 | 65.45 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 46 | 0 | 0.14 | 0.76 | 0.26 | 48.67 | 0.61 | 0.46 |
| Hex | BD | A2 | 2E | 0 | E | 4C | 1A | 31 | 3D | 2E |
| Octal | 275 | 242 | 56 | 0 | 16 | 114 | 32 | 61 | 75 | 56 |
| Binary | 10111101 | 10100010 | 101110 | 0 | 1110 | 1001100 | 11010 | 110001 | 111101 | 101110 |
Color Harmonies of #BDA22E
Complementary color
Monochromatic Colors of #BDA22E
Black with #BDA22E
Text Example
Text Example
White with #BDA22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA22E; }
p { color: rgb(189,162,46); }
H1.HeaderClassName
{
color: #BDA22E;
}
.AnyTagClassName
{
color: #BDA22E;
}
</style>
background-color css
<style>
a { background-color: #BDA22E; }
a { background-color: rgb(189,162,46); }
div.DivClassName
{
background-color: #BDA22E;
}
.BgClassName
{
background-color: #BDA22E;
}
</style>
border-color css
<style>
span { border-color: #BDA22E; }
span { border-color: rgb(189,162,46); }
td.TdClassName
{
border-color: #BDA22E;
}
.TagClassName
{
border-color: #BDA22E;
}
</style>