Shades of Hokey Pokey #BF8931
Tints of Hokey Pokey #BF8931
RGB
CMYK
RGB Variations
Color information
#BF8931 (or 0xBF8931) is known color: Hokey Pokey. HEX triplet: BF, 89 and 31. RGB value is (191,137,49). Sum of RGB (Red+Green+Blue) = 191+137+49=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 49 (19.53% from 255 or 13.00% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8931 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8931 is #4076CE. Grayscale: #8F8F8F. Windows color (decimal): -4224719 or 3246527. OLE color: 3246527.
HSL color Cylindrical-coordinate representation of color #BF8931: hue angle of 37.18º 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 #BF8931 is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 137 | 49 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.25 |
| HSL | 37.18º | 0.59% | 0.47% | - |
| HSV(B) | 37.18º | 0.74% | 0.75% | - |
| XYZ | 30.99 | 29.19 | 6.91 | - |
| YUV | 143.11 | 74.89 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 137 | 49 | 0 | 0.28 | 0.74 | 0.25 | 37.18 | 0.59 | 0.47 |
| Hex | BF | 89 | 31 | 0 | 1C | 4A | 19 | 25 | 3B | 2F |
| Octal | 277 | 211 | 61 | 0 | 34 | 112 | 31 | 45 | 73 | 57 |
| Binary | 10111111 | 10001001 | 110001 | 0 | 11100 | 1001010 | 11001 | 100101 | 111011 | 101111 |
Color Harmonies of #BF8931
Complementary color
Monochromatic Colors of #BF8931
Black with #BF8931
Text Example
Text Example
White with #BF8931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8931; }
p { color: rgb(191,137,49); }
H1.HeaderClassName
{
color: #BF8931;
}
.AnyTagClassName
{
color: #BF8931;
}
</style>
background-color css
<style>
a { background-color: #BF8931; }
a { background-color: rgb(191,137,49); }
div.DivClassName
{
background-color: #BF8931;
}
.BgClassName
{
background-color: #BF8931;
}
</style>
border-color css
<style>
span { border-color: #BF8931; }
span { border-color: rgb(191,137,49); }
td.TdClassName
{
border-color: #BF8931;
}
.TagClassName
{
border-color: #BF8931;
}
</style>