Shades of Sahara #BFA030
Tints of Sahara #BFA030
RGB
CMYK
RGB Variations
Color information
#BFA030 (or 0xBFA030) is known color: Sahara. HEX triplet: BF, A0 and 30. RGB value is (191,160,48). Sum of RGB (Red+Green+Blue) = 191+160+48=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 48 (19.14% from 255 or 12.03% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA030 is #405FCF. Grayscale: #9C9C9C. Windows color (decimal): -4218832 or 3186879. OLE color: 3186879.
HSL color Cylindrical-coordinate representation of color #BFA030: hue angle of 46.99º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BFA030 is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 160 | 48 | - |
| CMYK | 0 | 0.16 | 0.75 | 0.25 |
| HSL | 46.99º | 0.6% | 0.47% | - |
| HSV(B) | 46.99º | 0.75% | 0.75% | - |
| XYZ | 34.59 | 36.43 | 8.01 | - |
| YUV | 156.5 | 66.77 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 160 | 48 | 0 | 0.16 | 0.75 | 0.25 | 46.99 | 0.6 | 0.47 |
| Hex | BF | A0 | 30 | 0 | 10 | 4B | 19 | 2F | 3C | 2F |
| Octal | 277 | 240 | 60 | 0 | 20 | 113 | 31 | 57 | 74 | 57 |
| Binary | 10111111 | 10100000 | 110000 | 0 | 10000 | 1001011 | 11001 | 101111 | 111100 | 101111 |
Color Harmonies of #BFA030
Complementary color
Monochromatic Colors of #BFA030
Black with #BFA030
Text Example
Text Example
White with #BFA030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA030; }
p { color: rgb(191,160,48); }
H1.HeaderClassName
{
color: #BFA030;
}
.AnyTagClassName
{
color: #BFA030;
}
</style>
background-color css
<style>
a { background-color: #BFA030; }
a { background-color: rgb(191,160,48); }
div.DivClassName
{
background-color: #BFA030;
}
.BgClassName
{
background-color: #BFA030;
}
</style>
border-color css
<style>
span { border-color: #BFA030; }
span { border-color: rgb(191,160,48); }
td.TdClassName
{
border-color: #BFA030;
}
.TagClassName
{
border-color: #BFA030;
}
</style>