Shades of Sahara #BDA134
Tints of Sahara #BDA134
RGB
CMYK
RGB Variations
Color information
#BDA134 (or 0xBDA134) is known color: Sahara. HEX triplet: BD, A1 and 34. RGB value is (189,161,52). Sum of RGB (Red+Green+Blue) = 189+161+52=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 161 (63.28% from 255 or 40.05% from 402); Blue value is 52 (20.70% from 255 or 12.94% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA134 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA134 is #425ECB. Grayscale: #9D9D9D. Windows color (decimal): -4349644 or 3449277. OLE color: 3449277.
HSL color Cylindrical-coordinate representation of color #BDA134: hue angle of 47.74º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BDA134 is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 52 | - |
| CMYK | 0 | 0.15 | 0.72 | 0.26 |
| HSL | 47.74º | 0.57% | 0.47% | - |
| HSV(B) | 47.74º | 0.72% | 0.74% | - |
| XYZ | 34.35 | 36.56 | 8.49 | - |
| YUV | 156.95 | 68.78 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 52 | 0 | 0.15 | 0.72 | 0.26 | 47.74 | 0.57 | 0.47 |
| Hex | BD | A1 | 34 | 0 | F | 48 | 1A | 30 | 39 | 2F |
| Octal | 275 | 241 | 64 | 0 | 17 | 110 | 32 | 60 | 71 | 57 |
| Binary | 10111101 | 10100001 | 110100 | 0 | 1111 | 1001000 | 11010 | 110000 | 111001 | 101111 |
Color Harmonies of #BDA134
Complementary color
Monochromatic Colors of #BDA134
Black with #BDA134
Text Example
Text Example
White with #BDA134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA134; }
p { color: rgb(189,161,52); }
H1.HeaderClassName
{
color: #BDA134;
}
.AnyTagClassName
{
color: #BDA134;
}
</style>
background-color css
<style>
a { background-color: #BDA134; }
a { background-color: rgb(189,161,52); }
div.DivClassName
{
background-color: #BDA134;
}
.BgClassName
{
background-color: #BDA134;
}
</style>
border-color css
<style>
span { border-color: #BDA134; }
span { border-color: rgb(189,161,52); }
td.TdClassName
{
border-color: #BDA134;
}
.TagClassName
{
border-color: #BDA134;
}
</style>