Shades of Sahara #BD9A2A
Tints of Sahara #BD9A2A
RGB
CMYK
RGB Variations
Color information
#BD9A2A (or 0xBD9A2A) is known color: Sahara. HEX triplet: BD, 9A and 2A. RGB value is (189,154,42). Sum of RGB (Red+Green+Blue) = 189+154+42=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 154 (60.55% from 255 or 40% from 385); Blue value is 42 (16.80% from 255 or 10.91% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9A2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9A2A is #4265D5. Grayscale: #989898. Windows color (decimal): -4351446 or 2792125. OLE color: 2792125.
HSL color Cylindrical-coordinate representation of color #BD9A2A: hue angle of 45.71º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD9A2A is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 154 | 42 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.26 |
| HSL | 45.71º | 0.64% | 0.45% | - |
| HSV(B) | 45.71º | 0.78% | 0.74% | - |
| XYZ | 32.96 | 34.1 | 7.03 | - |
| YUV | 151.7 | 66.1 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 154 | 42 | 0 | 0.19 | 0.78 | 0.26 | 45.71 | 0.64 | 0.45 |
| Hex | BD | 9A | 2A | 0 | 13 | 4E | 1A | 2E | 40 | 2D |
| Octal | 275 | 232 | 52 | 0 | 23 | 116 | 32 | 56 | 100 | 55 |
| Binary | 10111101 | 10011010 | 101010 | 0 | 10011 | 1001110 | 11010 | 101110 | 1000000 | 101101 |
Color Harmonies of #BD9A2A
Complementary color
Monochromatic Colors of #BD9A2A
Black with #BD9A2A
Text Example
Text Example
White with #BD9A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9A2A; }
p { color: rgb(189,154,42); }
H1.HeaderClassName
{
color: #BD9A2A;
}
.AnyTagClassName
{
color: #BD9A2A;
}
</style>
background-color css
<style>
a { background-color: #BD9A2A; }
a { background-color: rgb(189,154,42); }
div.DivClassName
{
background-color: #BD9A2A;
}
.BgClassName
{
background-color: #BD9A2A;
}
</style>
border-color css
<style>
span { border-color: #BD9A2A; }
span { border-color: rgb(189,154,42); }
td.TdClassName
{
border-color: #BD9A2A;
}
.TagClassName
{
border-color: #BD9A2A;
}
</style>