Shades of Sahara #BD9F32
Tints of Sahara #BD9F32
RGB
CMYK
RGB Variations
Color information
#BD9F32 (or 0xBD9F32) is known color: Sahara. HEX triplet: BD, 9F and 32. RGB value is (189,159,50). Sum of RGB (Red+Green+Blue) = 189+159+50=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 159 (62.5% from 255 or 39.95% from 398); Blue value is 50 (19.92% from 255 or 12.56% from 398); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9F32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9F32 is #4260CD. Grayscale: #9C9C9C. Windows color (decimal): -4350158 or 3317693. OLE color: 3317693.
HSL color Cylindrical-coordinate representation of color #BD9F32: hue angle of 47.05º 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 #BD9F32 is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 159 | 50 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.26 |
| HSL | 47.05º | 0.58% | 0.47% | - |
| HSV(B) | 47.05º | 0.74% | 0.74% | - |
| XYZ | 33.96 | 35.85 | 8.15 | - |
| YUV | 155.54 | 68.44 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 159 | 50 | 0 | 0.16 | 0.74 | 0.26 | 47.05 | 0.58 | 0.47 |
| Hex | BD | 9F | 32 | 0 | 10 | 4A | 1A | 2F | 3A | 2F |
| Octal | 275 | 237 | 62 | 0 | 20 | 112 | 32 | 57 | 72 | 57 |
| Binary | 10111101 | 10011111 | 110010 | 0 | 10000 | 1001010 | 11010 | 101111 | 111010 | 101111 |
Color Harmonies of #BD9F32
Complementary color
Monochromatic Colors of #BD9F32
Black with #BD9F32
Text Example
Text Example
White with #BD9F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9F32; }
p { color: rgb(189,159,50); }
H1.HeaderClassName
{
color: #BD9F32;
}
.AnyTagClassName
{
color: #BD9F32;
}
</style>
background-color css
<style>
a { background-color: #BD9F32; }
a { background-color: rgb(189,159,50); }
div.DivClassName
{
background-color: #BD9F32;
}
.BgClassName
{
background-color: #BD9F32;
}
</style>
border-color css
<style>
span { border-color: #BD9F32; }
span { border-color: rgb(189,159,50); }
td.TdClassName
{
border-color: #BD9F32;
}
.TagClassName
{
border-color: #BD9F32;
}
</style>