Shades of Hokey Pokey #BF8B2C
Tints of Hokey Pokey #BF8B2C
RGB
CMYK
RGB Variations
Color information
#BF8B2C (or 0xBF8B2C) is known color: Hokey Pokey. HEX triplet: BF, 8B and 2C. RGB value is (191,139,44). Sum of RGB (Red+Green+Blue) = 191+139+44=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 139 (54.69% from 255 or 37.17% from 374); Blue value is 44 (17.58% from 255 or 11.76% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8B2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8B2C is #4074D3. Grayscale: #909090. Windows color (decimal): -4224212 or 2919359. OLE color: 2919359.
HSL color Cylindrical-coordinate representation of color #BF8B2C: hue angle of 38.78º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF8B2C is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 139 | 44 | - |
| CMYK | 0 | 0.27 | 0.77 | 0.25 |
| HSL | 38.78º | 0.63% | 0.46% | - |
| HSV(B) | 38.78º | 0.77% | 0.75% | - |
| XYZ | 31.17 | 29.72 | 6.48 | - |
| YUV | 143.72 | 71.73 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 139 | 44 | 0 | 0.27 | 0.77 | 0.25 | 38.78 | 0.63 | 0.46 |
| Hex | BF | 8B | 2C | 0 | 1B | 4D | 19 | 27 | 3F | 2E |
| Octal | 277 | 213 | 54 | 0 | 33 | 115 | 31 | 47 | 77 | 56 |
| Binary | 10111111 | 10001011 | 101100 | 0 | 11011 | 1001101 | 11001 | 100111 | 111111 | 101110 |
Color Harmonies of #BF8B2C
Complementary color
Monochromatic Colors of #BF8B2C
Black with #BF8B2C
Text Example
Text Example
White with #BF8B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8B2C; }
p { color: rgb(191,139,44); }
H1.HeaderClassName
{
color: #BF8B2C;
}
.AnyTagClassName
{
color: #BF8B2C;
}
</style>
background-color css
<style>
a { background-color: #BF8B2C; }
a { background-color: rgb(191,139,44); }
div.DivClassName
{
background-color: #BF8B2C;
}
.BgClassName
{
background-color: #BF8B2C;
}
</style>
border-color css
<style>
span { border-color: #BF8B2C; }
span { border-color: rgb(191,139,44); }
td.TdClassName
{
border-color: #BF8B2C;
}
.TagClassName
{
border-color: #BF8B2C;
}
</style>