Shades of Sahara #BDA02C
Tints of Sahara #BDA02C
RGB
CMYK
RGB Variations
Color information
#BDA02C (or 0xBDA02C) is known color: Sahara. HEX triplet: BD, A0 and 2C. RGB value is (189,160,44). Sum of RGB (Red+Green+Blue) = 189+160+44=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 160 (62.89% from 255 or 40.71% from 393); Blue value is 44 (17.58% from 255 or 11.20% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA02C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA02C is #425FD3. Grayscale: #9B9B9B. Windows color (decimal): -4349908 or 2924733. OLE color: 2924733.
HSL color Cylindrical-coordinate representation of color #BDA02C: hue angle of 48º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDA02C is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 44 | - |
| CMYK | 0 | 0.15 | 0.77 | 0.26 |
| HSL | 48º | 0.62% | 0.46% | - |
| HSV(B) | 48º | 0.77% | 0.74% | - |
| XYZ | 34.01 | 36.14 | 7.57 | - |
| YUV | 155.45 | 65.11 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 44 | 0 | 0.15 | 0.77 | 0.26 | 48 | 0.62 | 0.46 |
| Hex | BD | A0 | 2C | 0 | F | 4D | 1A | 30 | 3E | 2E |
| Octal | 275 | 240 | 54 | 0 | 17 | 115 | 32 | 60 | 76 | 56 |
| Binary | 10111101 | 10100000 | 101100 | 0 | 1111 | 1001101 | 11010 | 110000 | 111110 | 101110 |
Color Harmonies of #BDA02C
Complementary color
Monochromatic Colors of #BDA02C
Black with #BDA02C
Text Example
Text Example
White with #BDA02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA02C; }
p { color: rgb(189,160,44); }
H1.HeaderClassName
{
color: #BDA02C;
}
.AnyTagClassName
{
color: #BDA02C;
}
</style>
background-color css
<style>
a { background-color: #BDA02C; }
a { background-color: rgb(189,160,44); }
div.DivClassName
{
background-color: #BDA02C;
}
.BgClassName
{
background-color: #BDA02C;
}
</style>
border-color css
<style>
span { border-color: #BDA02C; }
span { border-color: rgb(189,160,44); }
td.TdClassName
{
border-color: #BDA02C;
}
.TagClassName
{
border-color: #BDA02C;
}
</style>