Shades of Hokey Pokey #BF8D31
Tints of Hokey Pokey #BF8D31
RGB
CMYK
RGB Variations
Color information
#BF8D31 (or 0xBF8D31) is known color: Hokey Pokey. HEX triplet: BF, 8D and 31. RGB value is (191,141,49). Sum of RGB (Red+Green+Blue) = 191+141+49=381 (50% of max value = 765). Red value is 191 (75% from 255 or 50.13% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 49 (19.53% from 255 or 12.86% from 381); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8D31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8D31 is #4072CE. Grayscale: #919191. Windows color (decimal): -4223695 or 3247551. OLE color: 3247551.
HSL color Cylindrical-coordinate representation of color #BF8D31: hue angle of 38.87º 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 #BF8D31 is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 141 | 49 | - |
| CMYK | 0 | 0.26 | 0.74 | 0.25 |
| HSL | 38.87º | 0.59% | 0.47% | - |
| HSV(B) | 38.87º | 0.74% | 0.75% | - |
| XYZ | 31.57 | 30.35 | 7.1 | - |
| YUV | 145.46 | 73.57 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 141 | 49 | 0 | 0.26 | 0.74 | 0.25 | 38.87 | 0.59 | 0.47 |
| Hex | BF | 8D | 31 | 0 | 1A | 4A | 19 | 27 | 3B | 2F |
| Octal | 277 | 215 | 61 | 0 | 32 | 112 | 31 | 47 | 73 | 57 |
| Binary | 10111111 | 10001101 | 110001 | 0 | 11010 | 1001010 | 11001 | 100111 | 111011 | 101111 |
Color Harmonies of #BF8D31
Complementary color
Monochromatic Colors of #BF8D31
Black with #BF8D31
Text Example
Text Example
White with #BF8D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8D31; }
p { color: rgb(191,141,49); }
H1.HeaderClassName
{
color: #BF8D31;
}
.AnyTagClassName
{
color: #BF8D31;
}
</style>
background-color css
<style>
a { background-color: #BF8D31; }
a { background-color: rgb(191,141,49); }
div.DivClassName
{
background-color: #BF8D31;
}
.BgClassName
{
background-color: #BF8D31;
}
</style>
border-color css
<style>
span { border-color: #BF8D31; }
span { border-color: rgb(191,141,49); }
td.TdClassName
{
border-color: #BF8D31;
}
.TagClassName
{
border-color: #BF8D31;
}
</style>