Shades of Sahara #BDA22B
Tints of Sahara #BDA22B
RGB
CMYK
RGB Variations
Color information
#BDA22B (or 0xBDA22B) is known color: Sahara. HEX triplet: BD, A2 and 2B. RGB value is (189,162,43). Sum of RGB (Red+Green+Blue) = 189+162+43=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 162 (63.67% from 255 or 41.12% from 394); Blue value is 43 (17.19% from 255 or 10.91% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA22B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA22B is #425DD4. Grayscale: #9D9D9D. Windows color (decimal): -4349397 or 2859709. OLE color: 2859709.
HSL color Cylindrical-coordinate representation of color #BDA22B: hue angle of 48.9º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDA22B is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 43 | - |
| CMYK | 0 | 0.14 | 0.77 | 0.26 |
| HSL | 48.9º | 0.63% | 0.45% | - |
| HSV(B) | 48.9º | 0.77% | 0.74% | - |
| XYZ | 34.34 | 36.83 | 7.59 | - |
| YUV | 156.51 | 63.95 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 43 | 0 | 0.14 | 0.77 | 0.26 | 48.9 | 0.63 | 0.45 |
| Hex | BD | A2 | 2B | 0 | E | 4D | 1A | 31 | 3F | 2D |
| Octal | 275 | 242 | 53 | 0 | 16 | 115 | 32 | 61 | 77 | 55 |
| Binary | 10111101 | 10100010 | 101011 | 0 | 1110 | 1001101 | 11010 | 110001 | 111111 | 101101 |
Color Harmonies of #BDA22B
Complementary color
Monochromatic Colors of #BDA22B
Black with #BDA22B
Text Example
Text Example
White with #BDA22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA22B; }
p { color: rgb(189,162,43); }
H1.HeaderClassName
{
color: #BDA22B;
}
.AnyTagClassName
{
color: #BDA22B;
}
</style>
background-color css
<style>
a { background-color: #BDA22B; }
a { background-color: rgb(189,162,43); }
div.DivClassName
{
background-color: #BDA22B;
}
.BgClassName
{
background-color: #BDA22B;
}
</style>
border-color css
<style>
span { border-color: #BDA22B; }
span { border-color: rgb(189,162,43); }
td.TdClassName
{
border-color: #BDA22B;
}
.TagClassName
{
border-color: #BDA22B;
}
</style>