Shades of Sahara #BFA134
Tints of Sahara #BFA134
RGB
CMYK
RGB Variations
Color information
#BFA134 (or 0xBFA134) is known color: Sahara. HEX triplet: BF, A1 and 34. RGB value is (191,161,52). Sum of RGB (Red+Green+Blue) = 191+161+52=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 161 (63.28% from 255 or 39.85% from 404); Blue value is 52 (20.70% from 255 or 12.87% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA134 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA134 is #405ECB. Grayscale: #9E9E9E. Windows color (decimal): -4218572 or 3449279. OLE color: 3449279.
HSL color Cylindrical-coordinate representation of color #BFA134: hue angle of 47.05º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BFA134 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 161 | 52 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.25 |
| HSL | 47.05º | 0.57% | 0.48% | - |
| HSV(B) | 47.05º | 0.73% | 0.75% | - |
| XYZ | 34.85 | 36.81 | 8.52 | - |
| YUV | 157.54 | 68.44 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 161 | 52 | 0 | 0.16 | 0.73 | 0.25 | 47.05 | 0.57 | 0.48 |
| Hex | BF | A1 | 34 | 0 | 10 | 49 | 19 | 2F | 39 | 30 |
| Octal | 277 | 241 | 64 | 0 | 20 | 111 | 31 | 57 | 71 | 60 |
| Binary | 10111111 | 10100001 | 110100 | 0 | 10000 | 1001001 | 11001 | 101111 | 111001 | 110000 |
Color Harmonies of #BFA134
Complementary color
Monochromatic Colors of #BFA134
Black with #BFA134
Text Example
Text Example
White with #BFA134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA134; }
p { color: rgb(191,161,52); }
H1.HeaderClassName
{
color: #BFA134;
}
.AnyTagClassName
{
color: #BFA134;
}
</style>
background-color css
<style>
a { background-color: #BFA134; }
a { background-color: rgb(191,161,52); }
div.DivClassName
{
background-color: #BFA134;
}
.BgClassName
{
background-color: #BFA134;
}
</style>
border-color css
<style>
span { border-color: #BFA134; }
span { border-color: rgb(191,161,52); }
td.TdClassName
{
border-color: #BFA134;
}
.TagClassName
{
border-color: #BFA134;
}
</style>