Shades of Sahara #BDA12A
Tints of Sahara #BDA12A
RGB
CMYK
RGB Variations
Color information
#BDA12A (or 0xBDA12A) is known color: Sahara. HEX triplet: BD, A1 and 2A. RGB value is (189,161,42). Sum of RGB (Red+Green+Blue) = 189+161+42=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 161 (63.28% from 255 or 41.07% from 392); Blue value is 42 (16.80% from 255 or 10.71% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA12A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA12A is #425ED5. Grayscale: #9C9C9C. Windows color (decimal): -4349654 or 2793917. OLE color: 2793917.
HSL color Cylindrical-coordinate representation of color #BDA12A: hue angle of 48.57º 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 #BDA12A is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 42 | - |
| CMYK | 0 | 0.15 | 0.78 | 0.26 |
| HSL | 48.57º | 0.64% | 0.45% | - |
| HSV(B) | 48.57º | 0.78% | 0.74% | - |
| XYZ | 34.15 | 36.48 | 7.43 | - |
| YUV | 155.81 | 63.78 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 42 | 0 | 0.15 | 0.78 | 0.26 | 48.57 | 0.64 | 0.45 |
| Hex | BD | A1 | 2A | 0 | F | 4E | 1A | 31 | 40 | 2D |
| Octal | 275 | 241 | 52 | 0 | 17 | 116 | 32 | 61 | 100 | 55 |
| Binary | 10111101 | 10100001 | 101010 | 0 | 1111 | 1001110 | 11010 | 110001 | 1000000 | 101101 |
Color Harmonies of #BDA12A
Complementary color
Monochromatic Colors of #BDA12A
Black with #BDA12A
Text Example
Text Example
White with #BDA12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA12A; }
p { color: rgb(189,161,42); }
H1.HeaderClassName
{
color: #BDA12A;
}
.AnyTagClassName
{
color: #BDA12A;
}
</style>
background-color css
<style>
a { background-color: #BDA12A; }
a { background-color: rgb(189,161,42); }
div.DivClassName
{
background-color: #BDA12A;
}
.BgClassName
{
background-color: #BDA12A;
}
</style>
border-color css
<style>
span { border-color: #BDA12A; }
span { border-color: rgb(189,161,42); }
td.TdClassName
{
border-color: #BDA12A;
}
.TagClassName
{
border-color: #BDA12A;
}
</style>