Shades of Hokey Pokey #BF9032
Tints of Hokey Pokey #BF9032
RGB
CMYK
RGB Variations
Color information
#BF9032 (or 0xBF9032) is known color: Hokey Pokey. HEX triplet: BF, 90 and 32. RGB value is (191,144,50). Sum of RGB (Red+Green+Blue) = 191+144+50=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 50 (19.92% from 255 or 12.99% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9032 is #406FCD. Grayscale: #939393. Windows color (decimal): -4222926 or 3313855. OLE color: 3313855.
HSL color Cylindrical-coordinate representation of color #BF9032: hue angle of 40º 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 #BF9032 is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 144 | 50 | - |
| CMYK | 0 | 0.25 | 0.74 | 0.25 |
| HSL | 40º | 0.59% | 0.47% | - |
| HSV(B) | 40º | 0.74% | 0.75% | - |
| XYZ | 32.03 | 31.25 | 7.36 | - |
| YUV | 147.34 | 73.07 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 144 | 50 | 0 | 0.25 | 0.74 | 0.25 | 40 | 0.59 | 0.47 |
| Hex | BF | 90 | 32 | 0 | 19 | 4A | 19 | 28 | 3B | 2F |
| Octal | 277 | 220 | 62 | 0 | 31 | 112 | 31 | 50 | 73 | 57 |
| Binary | 10111111 | 10010000 | 110010 | 0 | 11001 | 1001010 | 11001 | 101000 | 111011 | 101111 |
Color Harmonies of #BF9032
Complementary color
Monochromatic Colors of #BF9032
Black with #BF9032
Text Example
Text Example
White with #BF9032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9032; }
p { color: rgb(191,144,50); }
H1.HeaderClassName
{
color: #BF9032;
}
.AnyTagClassName
{
color: #BF9032;
}
</style>
background-color css
<style>
a { background-color: #BF9032; }
a { background-color: rgb(191,144,50); }
div.DivClassName
{
background-color: #BF9032;
}
.BgClassName
{
background-color: #BF9032;
}
</style>
border-color css
<style>
span { border-color: #BF9032; }
span { border-color: rgb(191,144,50); }
td.TdClassName
{
border-color: #BF9032;
}
.TagClassName
{
border-color: #BF9032;
}
</style>