Shades of Sahara #BFA432
Tints of Sahara #BFA432
RGB
CMYK
RGB Variations
Color information
#BFA432 (or 0xBFA432) is known color: Sahara. HEX triplet: BF, A4 and 32. RGB value is (191,164,50). Sum of RGB (Red+Green+Blue) = 191+164+50=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 164 (64.45% from 255 or 40.49% from 405); Blue value is 50 (19.92% from 255 or 12.35% from 405); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA432 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA432 is #405BCD. Grayscale: #9F9F9F. Windows color (decimal): -4217806 or 3318975. OLE color: 3318975.
HSL color Cylindrical-coordinate representation of color #BFA432: hue angle of 48.51º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BFA432 is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 164 | 50 | - |
| CMYK | 0 | 0.14 | 0.74 | 0.25 |
| HSL | 48.51º | 0.59% | 0.47% | - |
| HSV(B) | 48.51º | 0.74% | 0.75% | - |
| XYZ | 35.34 | 37.86 | 8.46 | - |
| YUV | 159.08 | 66.45 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 164 | 50 | 0 | 0.14 | 0.74 | 0.25 | 48.51 | 0.59 | 0.47 |
| Hex | BF | A4 | 32 | 0 | E | 4A | 19 | 31 | 3B | 2F |
| Octal | 277 | 244 | 62 | 0 | 16 | 112 | 31 | 61 | 73 | 57 |
| Binary | 10111111 | 10100100 | 110010 | 0 | 1110 | 1001010 | 11001 | 110001 | 111011 | 101111 |
Color Harmonies of #BFA432
Complementary color
Monochromatic Colors of #BFA432
Black with #BFA432
Text Example
Text Example
White with #BFA432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA432; }
p { color: rgb(191,164,50); }
H1.HeaderClassName
{
color: #BFA432;
}
.AnyTagClassName
{
color: #BFA432;
}
</style>
background-color css
<style>
a { background-color: #BFA432; }
a { background-color: rgb(191,164,50); }
div.DivClassName
{
background-color: #BFA432;
}
.BgClassName
{
background-color: #BFA432;
}
</style>
border-color css
<style>
span { border-color: #BFA432; }
span { border-color: rgb(191,164,50); }
td.TdClassName
{
border-color: #BFA432;
}
.TagClassName
{
border-color: #BFA432;
}
</style>