Shades of Sahara #BF9C2A
Tints of Sahara #BF9C2A
RGB
CMYK
RGB Variations
Color information
#BF9C2A (or 0xBF9C2A) is known color: Sahara. HEX triplet: BF, 9C and 2A. RGB value is (191,156,42). Sum of RGB (Red+Green+Blue) = 191+156+42=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 156 (61.33% from 255 or 40.10% from 389); Blue value is 42 (16.80% from 255 or 10.80% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9C2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9C2A is #4063D5. Grayscale: #999999. Windows color (decimal): -4219862 or 2792639. OLE color: 2792639.
HSL color Cylindrical-coordinate representation of color #BF9C2A: hue angle of 45.91º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BF9C2A is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 156 | 42 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.25 |
| HSL | 45.91º | 0.64% | 0.46% | - |
| HSV(B) | 45.91º | 0.78% | 0.75% | - |
| XYZ | 33.79 | 35.02 | 7.17 | - |
| YUV | 153.47 | 65.1 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 156 | 42 | 0 | 0.18 | 0.78 | 0.25 | 45.91 | 0.64 | 0.46 |
| Hex | BF | 9C | 2A | 0 | 12 | 4E | 19 | 2E | 40 | 2E |
| Octal | 277 | 234 | 52 | 0 | 22 | 116 | 31 | 56 | 100 | 56 |
| Binary | 10111111 | 10011100 | 101010 | 0 | 10010 | 1001110 | 11001 | 101110 | 1000000 | 101110 |
Color Harmonies of #BF9C2A
Complementary color
Monochromatic Colors of #BF9C2A
Black with #BF9C2A
Text Example
Text Example
White with #BF9C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9C2A; }
p { color: rgb(191,156,42); }
H1.HeaderClassName
{
color: #BF9C2A;
}
.AnyTagClassName
{
color: #BF9C2A;
}
</style>
background-color css
<style>
a { background-color: #BF9C2A; }
a { background-color: rgb(191,156,42); }
div.DivClassName
{
background-color: #BF9C2A;
}
.BgClassName
{
background-color: #BF9C2A;
}
</style>
border-color css
<style>
span { border-color: #BF9C2A; }
span { border-color: rgb(191,156,42); }
td.TdClassName
{
border-color: #BF9C2A;
}
.TagClassName
{
border-color: #BF9C2A;
}
</style>