Shades of Sahara #BFA233
Tints of Sahara #BFA233
RGB
CMYK
RGB Variations
Color information
#BFA233 (or 0xBFA233) is known color: Sahara. HEX triplet: BF, A2 and 33. RGB value is (191,162,51). Sum of RGB (Red+Green+Blue) = 191+162+51=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 51 (20.31% from 255 or 12.62% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA233 is #405DCC. Grayscale: #9E9E9E. Windows color (decimal): -4218317 or 3383999. OLE color: 3383999.
HSL color Cylindrical-coordinate representation of color #BFA233: hue angle of 47.57º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BFA233 is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 162 | 51 | - |
| CMYK | 0 | 0.15 | 0.73 | 0.25 |
| HSL | 47.57º | 0.58% | 0.47% | - |
| HSV(B) | 47.57º | 0.73% | 0.75% | - |
| XYZ | 35 | 37.16 | 8.46 | - |
| YUV | 158.02 | 67.61 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 162 | 51 | 0 | 0.15 | 0.73 | 0.25 | 47.57 | 0.58 | 0.47 |
| Hex | BF | A2 | 33 | 0 | F | 49 | 19 | 30 | 3A | 2F |
| Octal | 277 | 242 | 63 | 0 | 17 | 111 | 31 | 60 | 72 | 57 |
| Binary | 10111111 | 10100010 | 110011 | 0 | 1111 | 1001001 | 11001 | 110000 | 111010 | 101111 |
Color Harmonies of #BFA233
Complementary color
Monochromatic Colors of #BFA233
Black with #BFA233
Text Example
Text Example
White with #BFA233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA233; }
p { color: rgb(191,162,51); }
H1.HeaderClassName
{
color: #BFA233;
}
.AnyTagClassName
{
color: #BFA233;
}
</style>
background-color css
<style>
a { background-color: #BFA233; }
a { background-color: rgb(191,162,51); }
div.DivClassName
{
background-color: #BFA233;
}
.BgClassName
{
background-color: #BFA233;
}
</style>
border-color css
<style>
span { border-color: #BFA233; }
span { border-color: rgb(191,162,51); }
td.TdClassName
{
border-color: #BFA233;
}
.TagClassName
{
border-color: #BFA233;
}
</style>