Shades of Sahara #BD9D32
Tints of Sahara #BD9D32
RGB
CMYK
RGB Variations
Color information
#BD9D32 (or 0xBD9D32) is known color: Sahara. HEX triplet: BD, 9D and 32. RGB value is (189,157,50). Sum of RGB (Red+Green+Blue) = 189+157+50=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 157 (61.72% from 255 or 39.65% from 396); Blue value is 50 (19.92% from 255 or 12.63% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9D32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9D32 is #4262CD. Grayscale: #9A9A9A. Windows color (decimal): -4350670 or 3317181. OLE color: 3317181.
HSL color Cylindrical-coordinate representation of color #BD9D32: hue angle of 46.19º 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 #BD9D32 is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 157 | 50 | - |
| CMYK | 0 | 0.17 | 0.74 | 0.26 |
| HSL | 46.19º | 0.58% | 0.47% | - |
| HSV(B) | 46.19º | 0.74% | 0.74% | - |
| XYZ | 33.62 | 35.16 | 8.03 | - |
| YUV | 154.37 | 69.1 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 157 | 50 | 0 | 0.17 | 0.74 | 0.26 | 46.19 | 0.58 | 0.47 |
| Hex | BD | 9D | 32 | 0 | 11 | 4A | 1A | 2E | 3A | 2F |
| Octal | 275 | 235 | 62 | 0 | 21 | 112 | 32 | 56 | 72 | 57 |
| Binary | 10111101 | 10011101 | 110010 | 0 | 10001 | 1001010 | 11010 | 101110 | 111010 | 101111 |
Color Harmonies of #BD9D32
Complementary color
Monochromatic Colors of #BD9D32
Black with #BD9D32
Text Example
Text Example
White with #BD9D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9D32; }
p { color: rgb(189,157,50); }
H1.HeaderClassName
{
color: #BD9D32;
}
.AnyTagClassName
{
color: #BD9D32;
}
</style>
background-color css
<style>
a { background-color: #BD9D32; }
a { background-color: rgb(189,157,50); }
div.DivClassName
{
background-color: #BD9D32;
}
.BgClassName
{
background-color: #BD9D32;
}
</style>
border-color css
<style>
span { border-color: #BD9D32; }
span { border-color: rgb(189,157,50); }
td.TdClassName
{
border-color: #BD9D32;
}
.TagClassName
{
border-color: #BD9D32;
}
</style>