Shades of Hokey Pokey #BF8F2F
Tints of Hokey Pokey #BF8F2F
RGB
CMYK
RGB Variations
Color information
#BF8F2F (or 0xBF8F2F) is known color: Hokey Pokey. HEX triplet: BF, 8F and 2F. RGB value is (191,143,47). Sum of RGB (Red+Green+Blue) = 191+143+47=381 (50% of max value = 765). Red value is 191 (75% from 255 or 50.13% from 381); Green value is 143 (56.25% from 255 or 37.53% from 381); Blue value is 47 (18.75% from 255 or 12.34% from 381); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8F2F is #4070D0. Grayscale: #929292. Windows color (decimal): -4223185 or 3116991. OLE color: 3116991.
HSL color Cylindrical-coordinate representation of color #BF8F2F: hue angle of 40º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF8F2F is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 143 | 47 | - |
| CMYK | 0 | 0.25 | 0.75 | 0.25 |
| HSL | 40º | 0.61% | 0.47% | - |
| HSV(B) | 40º | 0.75% | 0.75% | - |
| XYZ | 31.82 | 30.93 | 6.98 | - |
| YUV | 146.41 | 71.9 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 143 | 47 | 0 | 0.25 | 0.75 | 0.25 | 40 | 0.61 | 0.47 |
| Hex | BF | 8F | 2F | 0 | 19 | 4B | 19 | 28 | 3D | 2F |
| Octal | 277 | 217 | 57 | 0 | 31 | 113 | 31 | 50 | 75 | 57 |
| Binary | 10111111 | 10001111 | 101111 | 0 | 11001 | 1001011 | 11001 | 101000 | 111101 | 101111 |
Color Harmonies of #BF8F2F
Complementary color
Monochromatic Colors of #BF8F2F
Black with #BF8F2F
Text Example
Text Example
White with #BF8F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8F2F; }
p { color: rgb(191,143,47); }
H1.HeaderClassName
{
color: #BF8F2F;
}
.AnyTagClassName
{
color: #BF8F2F;
}
</style>
background-color css
<style>
a { background-color: #BF8F2F; }
a { background-color: rgb(191,143,47); }
div.DivClassName
{
background-color: #BF8F2F;
}
.BgClassName
{
background-color: #BF8F2F;
}
</style>
border-color css
<style>
span { border-color: #BF8F2F; }
span { border-color: rgb(191,143,47); }
td.TdClassName
{
border-color: #BF8F2F;
}
.TagClassName
{
border-color: #BF8F2F;
}
</style>