Shades of Sahara #BD9C2C
Tints of Sahara #BD9C2C
RGB
CMYK
RGB Variations
Color information
#BD9C2C (or 0xBD9C2C) is known color: Sahara. HEX triplet: BD, 9C and 2C. RGB value is (189,156,44). Sum of RGB (Red+Green+Blue) = 189+156+44=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 156 (61.33% from 255 or 40.10% from 389); Blue value is 44 (17.58% from 255 or 11.31% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9C2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9C2C is #4263D3. Grayscale: #999999. Windows color (decimal): -4350932 or 2923709. OLE color: 2923709.
HSL color Cylindrical-coordinate representation of color #BD9C2C: hue angle of 46.34º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD9C2C is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 156 | 44 | - |
| CMYK | 0 | 0.17 | 0.77 | 0.26 |
| HSL | 46.34º | 0.62% | 0.46% | - |
| HSV(B) | 46.34º | 0.77% | 0.74% | - |
| XYZ | 33.33 | 34.78 | 7.34 | - |
| YUV | 153.1 | 66.43 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 156 | 44 | 0 | 0.17 | 0.77 | 0.26 | 46.34 | 0.62 | 0.46 |
| Hex | BD | 9C | 2C | 0 | 11 | 4D | 1A | 2E | 3E | 2E |
| Octal | 275 | 234 | 54 | 0 | 21 | 115 | 32 | 56 | 76 | 56 |
| Binary | 10111101 | 10011100 | 101100 | 0 | 10001 | 1001101 | 11010 | 101110 | 111110 | 101110 |
Color Harmonies of #BD9C2C
Complementary color
Monochromatic Colors of #BD9C2C
Black with #BD9C2C
Text Example
Text Example
White with #BD9C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9C2C; }
p { color: rgb(189,156,44); }
H1.HeaderClassName
{
color: #BD9C2C;
}
.AnyTagClassName
{
color: #BD9C2C;
}
</style>
background-color css
<style>
a { background-color: #BD9C2C; }
a { background-color: rgb(189,156,44); }
div.DivClassName
{
background-color: #BD9C2C;
}
.BgClassName
{
background-color: #BD9C2C;
}
</style>
border-color css
<style>
span { border-color: #BD9C2C; }
span { border-color: rgb(189,156,44); }
td.TdClassName
{
border-color: #BD9C2C;
}
.TagClassName
{
border-color: #BD9C2C;
}
</style>