Shades of Sahara #BDA133
Tints of Sahara #BDA133
RGB
CMYK
RGB Variations
Color information
#BDA133 (or 0xBDA133) is known color: Sahara. HEX triplet: BD, A1 and 33. RGB value is (189,161,51). Sum of RGB (Red+Green+Blue) = 189+161+51=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 161 (63.28% from 255 or 40.15% from 401); Blue value is 51 (20.31% from 255 or 12.72% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA133 is #425ECC. Grayscale: #9D9D9D. Windows color (decimal): -4349645 or 3383741. OLE color: 3383741.
HSL color Cylindrical-coordinate representation of color #BDA133: hue angle of 47.83º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BDA133 is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 51 | - |
| CMYK | 0 | 0.15 | 0.73 | 0.26 |
| HSL | 47.83º | 0.58% | 0.47% | - |
| HSV(B) | 47.83º | 0.73% | 0.74% | - |
| XYZ | 34.33 | 36.55 | 8.38 | - |
| YUV | 156.83 | 68.28 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 51 | 0 | 0.15 | 0.73 | 0.26 | 47.83 | 0.58 | 0.47 |
| Hex | BD | A1 | 33 | 0 | F | 49 | 1A | 30 | 3A | 2F |
| Octal | 275 | 241 | 63 | 0 | 17 | 111 | 32 | 60 | 72 | 57 |
| Binary | 10111101 | 10100001 | 110011 | 0 | 1111 | 1001001 | 11010 | 110000 | 111010 | 101111 |
Color Harmonies of #BDA133
Complementary color
Monochromatic Colors of #BDA133
Black with #BDA133
Text Example
Text Example
White with #BDA133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA133; }
p { color: rgb(189,161,51); }
H1.HeaderClassName
{
color: #BDA133;
}
.AnyTagClassName
{
color: #BDA133;
}
</style>
background-color css
<style>
a { background-color: #BDA133; }
a { background-color: rgb(189,161,51); }
div.DivClassName
{
background-color: #BDA133;
}
.BgClassName
{
background-color: #BDA133;
}
</style>
border-color css
<style>
span { border-color: #BDA133; }
span { border-color: rgb(189,161,51); }
td.TdClassName
{
border-color: #BDA133;
}
.TagClassName
{
border-color: #BDA133;
}
</style>