Shades of Sahara #BD9F2D
Tints of Sahara #BD9F2D
RGB
CMYK
RGB Variations
Color information
#BD9F2D (or 0xBD9F2D) is known color: Sahara. HEX triplet: BD, 9F and 2D. RGB value is (189,159,45). Sum of RGB (Red+Green+Blue) = 189+159+45=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 159 (62.5% from 255 or 40.46% from 393); Blue value is 45 (17.97% from 255 or 11.45% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9F2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9F2D is #4260D2. Grayscale: #9B9B9B. Windows color (decimal): -4350163 or 2990013. OLE color: 2990013.
HSL color Cylindrical-coordinate representation of color #BD9F2D: hue angle of 47.5º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD9F2D is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 159 | 45 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.26 |
| HSL | 47.5º | 0.62% | 0.46% | - |
| HSV(B) | 47.5º | 0.76% | 0.74% | - |
| XYZ | 33.86 | 35.8 | 7.61 | - |
| YUV | 154.97 | 65.94 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 159 | 45 | 0 | 0.16 | 0.76 | 0.26 | 47.5 | 0.62 | 0.46 |
| Hex | BD | 9F | 2D | 0 | 10 | 4C | 1A | 30 | 3E | 2E |
| Octal | 275 | 237 | 55 | 0 | 20 | 114 | 32 | 60 | 76 | 56 |
| Binary | 10111101 | 10011111 | 101101 | 0 | 10000 | 1001100 | 11010 | 110000 | 111110 | 101110 |
Color Harmonies of #BD9F2D
Complementary color
Monochromatic Colors of #BD9F2D
Black with #BD9F2D
Text Example
Text Example
White with #BD9F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9F2D; }
p { color: rgb(189,159,45); }
H1.HeaderClassName
{
color: #BD9F2D;
}
.AnyTagClassName
{
color: #BD9F2D;
}
</style>
background-color css
<style>
a { background-color: #BD9F2D; }
a { background-color: rgb(189,159,45); }
div.DivClassName
{
background-color: #BD9F2D;
}
.BgClassName
{
background-color: #BD9F2D;
}
</style>
border-color css
<style>
span { border-color: #BD9F2D; }
span { border-color: rgb(189,159,45); }
td.TdClassName
{
border-color: #BD9F2D;
}
.TagClassName
{
border-color: #BD9F2D;
}
</style>