Shades of Sahara #BDA22D
Tints of Sahara #BDA22D
RGB
CMYK
RGB Variations
Color information
#BDA22D (or 0xBDA22D) is known color: Sahara. HEX triplet: BD, A2 and 2D. RGB value is (189,162,45). Sum of RGB (Red+Green+Blue) = 189+162+45=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 162 (63.67% from 255 or 40.91% from 396); Blue value is 45 (17.97% from 255 or 11.36% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA22D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA22D is #425DD2. Grayscale: #9D9D9D. Windows color (decimal): -4349395 or 2990781. OLE color: 2990781.
HSL color Cylindrical-coordinate representation of color #BDA22D: hue angle of 48.75º degrees, saturation: 0.62, 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 #BDA22D is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 45 | - |
| CMYK | 0 | 0.14 | 0.76 | 0.26 |
| HSL | 48.75º | 0.62% | 0.46% | - |
| HSV(B) | 48.75º | 0.76% | 0.74% | - |
| XYZ | 34.38 | 36.85 | 7.78 | - |
| YUV | 156.74 | 64.95 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 45 | 0 | 0.14 | 0.76 | 0.26 | 48.75 | 0.62 | 0.46 |
| Hex | BD | A2 | 2D | 0 | E | 4C | 1A | 31 | 3E | 2E |
| Octal | 275 | 242 | 55 | 0 | 16 | 114 | 32 | 61 | 76 | 56 |
| Binary | 10111101 | 10100010 | 101101 | 0 | 1110 | 1001100 | 11010 | 110001 | 111110 | 101110 |
Color Harmonies of #BDA22D
Complementary color
Monochromatic Colors of #BDA22D
Black with #BDA22D
Text Example
Text Example
White with #BDA22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA22D; }
p { color: rgb(189,162,45); }
H1.HeaderClassName
{
color: #BDA22D;
}
.AnyTagClassName
{
color: #BDA22D;
}
</style>
background-color css
<style>
a { background-color: #BDA22D; }
a { background-color: rgb(189,162,45); }
div.DivClassName
{
background-color: #BDA22D;
}
.BgClassName
{
background-color: #BDA22D;
}
</style>
border-color css
<style>
span { border-color: #BDA22D; }
span { border-color: rgb(189,162,45); }
td.TdClassName
{
border-color: #BDA22D;
}
.TagClassName
{
border-color: #BDA22D;
}
</style>