Shades of Hokey Pokey #BF9A34
Tints of Hokey Pokey #BF9A34
RGB
CMYK
RGB Variations
Color information
#BF9A34 (or 0xBF9A34) is known color: Hokey Pokey. HEX triplet: BF, 9A and 34. RGB value is (191,154,52). Sum of RGB (Red+Green+Blue) = 191+154+52=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 154 (60.55% from 255 or 38.79% from 397); Blue value is 52 (20.70% from 255 or 13.10% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9A34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9A34 is #4065CB. Grayscale: #999999. Windows color (decimal): -4220364 or 3447487. OLE color: 3447487.
HSL color Cylindrical-coordinate representation of color #BF9A34: hue angle of 44.03º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF9A34 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 154 | 52 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.25 |
| HSL | 44.03º | 0.57% | 0.48% | - |
| HSV(B) | 44.03º | 0.73% | 0.75% | - |
| XYZ | 33.66 | 34.44 | 8.12 | - |
| YUV | 153.44 | 70.76 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 154 | 52 | 0 | 0.19 | 0.73 | 0.25 | 44.03 | 0.57 | 0.48 |
| Hex | BF | 9A | 34 | 0 | 13 | 49 | 19 | 2C | 39 | 30 |
| Octal | 277 | 232 | 64 | 0 | 23 | 111 | 31 | 54 | 71 | 60 |
| Binary | 10111111 | 10011010 | 110100 | 0 | 10011 | 1001001 | 11001 | 101100 | 111001 | 110000 |
Color Harmonies of #BF9A34
Complementary color
Monochromatic Colors of #BF9A34
Black with #BF9A34
Text Example
Text Example
White with #BF9A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9A34; }
p { color: rgb(191,154,52); }
H1.HeaderClassName
{
color: #BF9A34;
}
.AnyTagClassName
{
color: #BF9A34;
}
</style>
background-color css
<style>
a { background-color: #BF9A34; }
a { background-color: rgb(191,154,52); }
div.DivClassName
{
background-color: #BF9A34;
}
.BgClassName
{
background-color: #BF9A34;
}
</style>
border-color css
<style>
span { border-color: #BF9A34; }
span { border-color: rgb(191,154,52); }
td.TdClassName
{
border-color: #BF9A34;
}
.TagClassName
{
border-color: #BF9A34;
}
</style>