Shades of Sahara #BD9A2B
Tints of Sahara #BD9A2B
RGB
CMYK
RGB Variations
Color information
#BD9A2B (or 0xBD9A2B) is known color: Sahara. HEX triplet: BD, 9A and 2B. RGB value is (189,154,43). Sum of RGB (Red+Green+Blue) = 189+154+43=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 154 (60.55% from 255 or 39.90% from 386); Blue value is 43 (17.19% from 255 or 11.14% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9A2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9A2B is #4265D4. Grayscale: #989898. Windows color (decimal): -4351445 or 2857661. OLE color: 2857661.
HSL color Cylindrical-coordinate representation of color #BD9A2B: hue angle of 45.62º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD9A2B is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 154 | 43 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.26 |
| HSL | 45.62º | 0.63% | 0.45% | - |
| HSV(B) | 45.62º | 0.77% | 0.74% | - |
| XYZ | 32.98 | 34.1 | 7.13 | - |
| YUV | 151.81 | 66.6 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 154 | 43 | 0 | 0.19 | 0.77 | 0.26 | 45.62 | 0.63 | 0.45 |
| Hex | BD | 9A | 2B | 0 | 13 | 4D | 1A | 2E | 3F | 2D |
| Octal | 275 | 232 | 53 | 0 | 23 | 115 | 32 | 56 | 77 | 55 |
| Binary | 10111101 | 10011010 | 101011 | 0 | 10011 | 1001101 | 11010 | 101110 | 111111 | 101101 |
Color Harmonies of #BD9A2B
Complementary color
Monochromatic Colors of #BD9A2B
Black with #BD9A2B
Text Example
Text Example
White with #BD9A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9A2B; }
p { color: rgb(189,154,43); }
H1.HeaderClassName
{
color: #BD9A2B;
}
.AnyTagClassName
{
color: #BD9A2B;
}
</style>
background-color css
<style>
a { background-color: #BD9A2B; }
a { background-color: rgb(189,154,43); }
div.DivClassName
{
background-color: #BD9A2B;
}
.BgClassName
{
background-color: #BD9A2B;
}
</style>
border-color css
<style>
span { border-color: #BD9A2B; }
span { border-color: rgb(189,154,43); }
td.TdClassName
{
border-color: #BD9A2B;
}
.TagClassName
{
border-color: #BD9A2B;
}
</style>