Shades of Sahara #BDA132
Tints of Sahara #BDA132
RGB
CMYK
RGB Variations
Color information
#BDA132 (or 0xBDA132) is known color: Sahara. HEX triplet: BD, A1 and 32. RGB value is (189,161,50). Sum of RGB (Red+Green+Blue) = 189+161+50=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 161 (63.28% from 255 or 40.25% from 400); Blue value is 50 (19.92% from 255 or 12.5% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA132 is #425ECD. Grayscale: #9D9D9D. Windows color (decimal): -4349646 or 3318205. OLE color: 3318205.
HSL color Cylindrical-coordinate representation of color #BDA132: hue angle of 47.91º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BDA132 is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 50 | - |
| CMYK | 0 | 0.15 | 0.74 | 0.26 |
| HSL | 47.91º | 0.58% | 0.47% | - |
| HSV(B) | 47.91º | 0.74% | 0.74% | - |
| XYZ | 34.31 | 36.54 | 8.26 | - |
| YUV | 156.72 | 67.78 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 50 | 0 | 0.15 | 0.74 | 0.26 | 47.91 | 0.58 | 0.47 |
| Hex | BD | A1 | 32 | 0 | F | 4A | 1A | 30 | 3A | 2F |
| Octal | 275 | 241 | 62 | 0 | 17 | 112 | 32 | 60 | 72 | 57 |
| Binary | 10111101 | 10100001 | 110010 | 0 | 1111 | 1001010 | 11010 | 110000 | 111010 | 101111 |
Color Harmonies of #BDA132
Complementary color
Monochromatic Colors of #BDA132
Black with #BDA132
Text Example
Text Example
White with #BDA132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA132; }
p { color: rgb(189,161,50); }
H1.HeaderClassName
{
color: #BDA132;
}
.AnyTagClassName
{
color: #BDA132;
}
</style>
background-color css
<style>
a { background-color: #BDA132; }
a { background-color: rgb(189,161,50); }
div.DivClassName
{
background-color: #BDA132;
}
.BgClassName
{
background-color: #BDA132;
}
</style>
border-color css
<style>
span { border-color: #BDA132; }
span { border-color: rgb(189,161,50); }
td.TdClassName
{
border-color: #BDA132;
}
.TagClassName
{
border-color: #BDA132;
}
</style>