Shades of Sahara #BDA12B
Tints of Sahara #BDA12B
RGB
CMYK
RGB Variations
Color information
#BDA12B (or 0xBDA12B) is known color: Sahara. HEX triplet: BD, A1 and 2B. RGB value is (189,161,43). Sum of RGB (Red+Green+Blue) = 189+161+43=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 161 (63.28% from 255 or 40.97% from 393); Blue value is 43 (17.19% from 255 or 10.94% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA12B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA12B is #425ED4. Grayscale: #9C9C9C. Windows color (decimal): -4349653 or 2859453. OLE color: 2859453.
HSL color Cylindrical-coordinate representation of color #BDA12B: hue angle of 48.49º 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 #BDA12B is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 43 | - |
| CMYK | 0 | 0.15 | 0.77 | 0.26 |
| HSL | 48.49º | 0.63% | 0.45% | - |
| HSV(B) | 48.49º | 0.77% | 0.74% | - |
| XYZ | 34.17 | 36.48 | 7.53 | - |
| YUV | 155.92 | 64.28 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 43 | 0 | 0.15 | 0.77 | 0.26 | 48.49 | 0.63 | 0.45 |
| Hex | BD | A1 | 2B | 0 | F | 4D | 1A | 30 | 3F | 2D |
| Octal | 275 | 241 | 53 | 0 | 17 | 115 | 32 | 60 | 77 | 55 |
| Binary | 10111101 | 10100001 | 101011 | 0 | 1111 | 1001101 | 11010 | 110000 | 111111 | 101101 |
Color Harmonies of #BDA12B
Complementary color
Monochromatic Colors of #BDA12B
Black with #BDA12B
Text Example
Text Example
White with #BDA12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA12B; }
p { color: rgb(189,161,43); }
H1.HeaderClassName
{
color: #BDA12B;
}
.AnyTagClassName
{
color: #BDA12B;
}
</style>
background-color css
<style>
a { background-color: #BDA12B; }
a { background-color: rgb(189,161,43); }
div.DivClassName
{
background-color: #BDA12B;
}
.BgClassName
{
background-color: #BDA12B;
}
</style>
border-color css
<style>
span { border-color: #BDA12B; }
span { border-color: rgb(189,161,43); }
td.TdClassName
{
border-color: #BDA12B;
}
.TagClassName
{
border-color: #BDA12B;
}
</style>