Shades of Sahara #BFA02D
Tints of Sahara #BFA02D
RGB
CMYK
RGB Variations
Color information
#BFA02D (or 0xBFA02D) is known color: Sahara. HEX triplet: BF, A0 and 2D. RGB value is (191,160,45). Sum of RGB (Red+Green+Blue) = 191+160+45=396 (52% of max value = 765). Red value is 191 (75% from 255 or 48.23% from 396); Green value is 160 (62.89% from 255 or 40.40% from 396); Blue value is 45 (17.97% from 255 or 11.36% from 396); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA02D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA02D is #405FD2. Grayscale: #9C9C9C. Windows color (decimal): -4218835 or 2990271. OLE color: 2990271.
HSL color Cylindrical-coordinate representation of color #BFA02D: hue angle of 47.26º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BFA02D is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 160 | 45 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.25 |
| HSL | 47.26º | 0.62% | 0.46% | - |
| HSV(B) | 47.26º | 0.76% | 0.75% | - |
| XYZ | 34.53 | 36.41 | 7.69 | - |
| YUV | 156.16 | 65.27 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 160 | 45 | 0 | 0.16 | 0.76 | 0.25 | 47.26 | 0.62 | 0.46 |
| Hex | BF | A0 | 2D | 0 | 10 | 4C | 19 | 2F | 3E | 2E |
| Octal | 277 | 240 | 55 | 0 | 20 | 114 | 31 | 57 | 76 | 56 |
| Binary | 10111111 | 10100000 | 101101 | 0 | 10000 | 1001100 | 11001 | 101111 | 111110 | 101110 |
Color Harmonies of #BFA02D
Complementary color
Monochromatic Colors of #BFA02D
Black with #BFA02D
Text Example
Text Example
White with #BFA02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA02D; }
p { color: rgb(191,160,45); }
H1.HeaderClassName
{
color: #BFA02D;
}
.AnyTagClassName
{
color: #BFA02D;
}
</style>
background-color css
<style>
a { background-color: #BFA02D; }
a { background-color: rgb(191,160,45); }
div.DivClassName
{
background-color: #BFA02D;
}
.BgClassName
{
background-color: #BFA02D;
}
</style>
border-color css
<style>
span { border-color: #BFA02D; }
span { border-color: rgb(191,160,45); }
td.TdClassName
{
border-color: #BFA02D;
}
.TagClassName
{
border-color: #BFA02D;
}
</style>