Shades of Sahara #BD9B2C
Tints of Sahara #BD9B2C
RGB
CMYK
RGB Variations
Color information
#BD9B2C (or 0xBD9B2C) is known color: Sahara. HEX triplet: BD, 9B and 2C. RGB value is (189,155,44). Sum of RGB (Red+Green+Blue) = 189+155+44=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 155 (60.94% from 255 or 39.95% from 388); Blue value is 44 (17.58% from 255 or 11.34% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9B2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9B2C is #4264D3. Grayscale: #989898. Windows color (decimal): -4351188 or 2923453. OLE color: 2923453.
HSL color Cylindrical-coordinate representation of color #BD9B2C: hue angle of 45.93º 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 #BD9B2C is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 155 | 44 | - |
| CMYK | 0 | 0.18 | 0.77 | 0.26 |
| HSL | 45.93º | 0.62% | 0.46% | - |
| HSV(B) | 45.93º | 0.77% | 0.74% | - |
| XYZ | 33.16 | 34.44 | 7.28 | - |
| YUV | 152.51 | 66.76 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 155 | 44 | 0 | 0.18 | 0.77 | 0.26 | 45.93 | 0.62 | 0.46 |
| Hex | BD | 9B | 2C | 0 | 12 | 4D | 1A | 2E | 3E | 2E |
| Octal | 275 | 233 | 54 | 0 | 22 | 115 | 32 | 56 | 76 | 56 |
| Binary | 10111101 | 10011011 | 101100 | 0 | 10010 | 1001101 | 11010 | 101110 | 111110 | 101110 |
Color Harmonies of #BD9B2C
Complementary color
Monochromatic Colors of #BD9B2C
Black with #BD9B2C
Text Example
Text Example
White with #BD9B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9B2C; }
p { color: rgb(189,155,44); }
H1.HeaderClassName
{
color: #BD9B2C;
}
.AnyTagClassName
{
color: #BD9B2C;
}
</style>
background-color css
<style>
a { background-color: #BD9B2C; }
a { background-color: rgb(189,155,44); }
div.DivClassName
{
background-color: #BD9B2C;
}
.BgClassName
{
background-color: #BD9B2C;
}
</style>
border-color css
<style>
span { border-color: #BD9B2C; }
span { border-color: rgb(189,155,44); }
td.TdClassName
{
border-color: #BD9B2C;
}
.TagClassName
{
border-color: #BD9B2C;
}
</style>