Shades of Sahara #BDA02A
Tints of Sahara #BDA02A
RGB
CMYK
RGB Variations
Color information
#BDA02A (or 0xBDA02A) is known color: Sahara. HEX triplet: BD, A0 and 2A. RGB value is (189,160,42). Sum of RGB (Red+Green+Blue) = 189+160+42=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 160 (62.89% from 255 or 40.92% from 391); Blue value is 42 (16.80% from 255 or 10.74% from 391); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA02A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA02A is #425FD5. Grayscale: #9B9B9B. Windows color (decimal): -4349910 or 2793661. OLE color: 2793661.
HSL color Cylindrical-coordinate representation of color #BDA02A: hue angle of 48.16º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BDA02A is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 42 | - |
| CMYK | 0 | 0.15 | 0.78 | 0.26 |
| HSL | 48.16º | 0.64% | 0.45% | - |
| HSV(B) | 48.16º | 0.78% | 0.74% | - |
| XYZ | 33.97 | 36.13 | 7.37 | - |
| YUV | 155.22 | 64.11 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 42 | 0 | 0.15 | 0.78 | 0.26 | 48.16 | 0.64 | 0.45 |
| Hex | BD | A0 | 2A | 0 | F | 4E | 1A | 30 | 40 | 2D |
| Octal | 275 | 240 | 52 | 0 | 17 | 116 | 32 | 60 | 100 | 55 |
| Binary | 10111101 | 10100000 | 101010 | 0 | 1111 | 1001110 | 11010 | 110000 | 1000000 | 101101 |
Color Harmonies of #BDA02A
Complementary color
Monochromatic Colors of #BDA02A
Black with #BDA02A
Text Example
Text Example
White with #BDA02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA02A; }
p { color: rgb(189,160,42); }
H1.HeaderClassName
{
color: #BDA02A;
}
.AnyTagClassName
{
color: #BDA02A;
}
</style>
background-color css
<style>
a { background-color: #BDA02A; }
a { background-color: rgb(189,160,42); }
div.DivClassName
{
background-color: #BDA02A;
}
.BgClassName
{
background-color: #BDA02A;
}
</style>
border-color css
<style>
span { border-color: #BDA02A; }
span { border-color: rgb(189,160,42); }
td.TdClassName
{
border-color: #BDA02A;
}
.TagClassName
{
border-color: #BDA02A;
}
</style>