Shades of Sahara #BC9F2A
Tints of Sahara #BC9F2A
RGB
CMYK
RGB Variations
Color information
#BC9F2A (or 0xBC9F2A) is known color: Sahara. HEX triplet: BC, 9F and 2A. RGB value is (188,159,42). Sum of RGB (Red+Green+Blue) = 188+159+42=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 159 (62.5% from 255 or 40.87% from 389); Blue value is 42 (16.80% from 255 or 10.80% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9F2A is #4360D5. Grayscale: #9A9A9A. Windows color (decimal): -4415702 or 2793404. OLE color: 2793404.
HSL color Cylindrical-coordinate representation of color #BC9F2A: hue angle of 48.08º degrees, saturation: 0.63, 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 #BC9F2A is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 159 | 42 | - |
| CMYK | 0 | 0.15 | 0.78 | 0.26 |
| HSL | 48.08º | 0.63% | 0.45% | - |
| HSV(B) | 48.08º | 0.78% | 0.74% | - |
| XYZ | 33.56 | 35.65 | 7.3 | - |
| YUV | 154.33 | 64.61 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 159 | 42 | 0 | 0.15 | 0.78 | 0.26 | 48.08 | 0.63 | 0.45 |
| Hex | BC | 9F | 2A | 0 | F | 4E | 1A | 30 | 3F | 2D |
| Octal | 274 | 237 | 52 | 0 | 17 | 116 | 32 | 60 | 77 | 55 |
| Binary | 10111100 | 10011111 | 101010 | 0 | 1111 | 1001110 | 11010 | 110000 | 111111 | 101101 |
Color Harmonies of #BC9F2A
Complementary color
Monochromatic Colors of #BC9F2A
Black with #BC9F2A
Text Example
Text Example
White with #BC9F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9F2A; }
p { color: rgb(188,159,42); }
H1.HeaderClassName
{
color: #BC9F2A;
}
.AnyTagClassName
{
color: #BC9F2A;
}
</style>
background-color css
<style>
a { background-color: #BC9F2A; }
a { background-color: rgb(188,159,42); }
div.DivClassName
{
background-color: #BC9F2A;
}
.BgClassName
{
background-color: #BC9F2A;
}
</style>
border-color css
<style>
span { border-color: #BC9F2A; }
span { border-color: rgb(188,159,42); }
td.TdClassName
{
border-color: #BC9F2A;
}
.TagClassName
{
border-color: #BC9F2A;
}
</style>