Shades of Hokey Pokey #BF8C2E
Tints of Hokey Pokey #BF8C2E
RGB
CMYK
RGB Variations
Color information
#BF8C2E (or 0xBF8C2E) is known color: Hokey Pokey. HEX triplet: BF, 8C and 2E. RGB value is (191,140,46). Sum of RGB (Red+Green+Blue) = 191+140+46=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 46 (18.36% from 255 or 12.20% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8C2E is #4073D1. Grayscale: #909090. Windows color (decimal): -4223954 or 3050687. OLE color: 3050687.
HSL color Cylindrical-coordinate representation of color #BF8C2E: hue angle of 38.9º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF8C2E is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 140 | 46 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.25 |
| HSL | 38.9º | 0.61% | 0.46% | - |
| HSV(B) | 38.9º | 0.76% | 0.75% | - |
| XYZ | 31.36 | 30.03 | 6.73 | - |
| YUV | 144.53 | 72.4 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 140 | 46 | 0 | 0.27 | 0.76 | 0.25 | 38.9 | 0.61 | 0.46 |
| Hex | BF | 8C | 2E | 0 | 1B | 4C | 19 | 27 | 3D | 2E |
| Octal | 277 | 214 | 56 | 0 | 33 | 114 | 31 | 47 | 75 | 56 |
| Binary | 10111111 | 10001100 | 101110 | 0 | 11011 | 1001100 | 11001 | 100111 | 111101 | 101110 |
Color Harmonies of #BF8C2E
Complementary color
Monochromatic Colors of #BF8C2E
Black with #BF8C2E
Text Example
Text Example
White with #BF8C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8C2E; }
p { color: rgb(191,140,46); }
H1.HeaderClassName
{
color: #BF8C2E;
}
.AnyTagClassName
{
color: #BF8C2E;
}
</style>
background-color css
<style>
a { background-color: #BF8C2E; }
a { background-color: rgb(191,140,46); }
div.DivClassName
{
background-color: #BF8C2E;
}
.BgClassName
{
background-color: #BF8C2E;
}
</style>
border-color css
<style>
span { border-color: #BF8C2E; }
span { border-color: rgb(191,140,46); }
td.TdClassName
{
border-color: #BF8C2E;
}
.TagClassName
{
border-color: #BF8C2E;
}
</style>