Shades of Sahara #BD9D31
Tints of Sahara #BD9D31
RGB
CMYK
RGB Variations
Color information
#BD9D31 (or 0xBD9D31) is known color: Sahara. HEX triplet: BD, 9D and 31. RGB value is (189,157,49). Sum of RGB (Red+Green+Blue) = 189+157+49=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 157 (61.72% from 255 or 39.75% from 395); Blue value is 49 (19.53% from 255 or 12.41% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9D31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9D31 is #4262CE. Grayscale: #9A9A9A. Windows color (decimal): -4350671 or 3251645. OLE color: 3251645.
HSL color Cylindrical-coordinate representation of color #BD9D31: hue angle of 46.29º degrees, saturation: 0.59, 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 #BD9D31 is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 157 | 49 | - |
| CMYK | 0 | 0.17 | 0.74 | 0.26 |
| HSL | 46.29º | 0.59% | 0.47% | - |
| HSV(B) | 46.29º | 0.74% | 0.74% | - |
| XYZ | 33.6 | 35.15 | 7.92 | - |
| YUV | 154.26 | 68.6 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 157 | 49 | 0 | 0.17 | 0.74 | 0.26 | 46.29 | 0.59 | 0.47 |
| Hex | BD | 9D | 31 | 0 | 11 | 4A | 1A | 2E | 3B | 2F |
| Octal | 275 | 235 | 61 | 0 | 21 | 112 | 32 | 56 | 73 | 57 |
| Binary | 10111101 | 10011101 | 110001 | 0 | 10001 | 1001010 | 11010 | 101110 | 111011 | 101111 |
Color Harmonies of #BD9D31
Complementary color
Monochromatic Colors of #BD9D31
Black with #BD9D31
Text Example
Text Example
White with #BD9D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9D31; }
p { color: rgb(189,157,49); }
H1.HeaderClassName
{
color: #BD9D31;
}
.AnyTagClassName
{
color: #BD9D31;
}
</style>
background-color css
<style>
a { background-color: #BD9D31; }
a { background-color: rgb(189,157,49); }
div.DivClassName
{
background-color: #BD9D31;
}
.BgClassName
{
background-color: #BD9D31;
}
</style>
border-color css
<style>
span { border-color: #BD9D31; }
span { border-color: rgb(189,157,49); }
td.TdClassName
{
border-color: #BD9D31;
}
.TagClassName
{
border-color: #BD9D31;
}
</style>