Shades of Hokey Pokey #BF8C2D
Tints of Hokey Pokey #BF8C2D
RGB
CMYK
RGB Variations
Color information
#BF8C2D (or 0xBF8C2D) is known color: Hokey Pokey. HEX triplet: BF, 8C and 2D. RGB value is (191,140,45). Sum of RGB (Red+Green+Blue) = 191+140+45=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 45 (17.97% from 255 or 11.97% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8C2D is #4073D2. Grayscale: #909090. Windows color (decimal): -4223955 or 2985151. OLE color: 2985151.
HSL color Cylindrical-coordinate representation of color #BF8C2D: hue angle of 39.04º degrees, saturation: 0.62, 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 #BF8C2D is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 140 | 45 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.25 |
| HSL | 39.04º | 0.62% | 0.46% | - |
| HSV(B) | 39.04º | 0.76% | 0.75% | - |
| XYZ | 31.34 | 30.02 | 6.63 | - |
| YUV | 144.42 | 71.9 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 140 | 45 | 0 | 0.27 | 0.76 | 0.25 | 39.04 | 0.62 | 0.46 |
| Hex | BF | 8C | 2D | 0 | 1B | 4C | 19 | 27 | 3E | 2E |
| Octal | 277 | 214 | 55 | 0 | 33 | 114 | 31 | 47 | 76 | 56 |
| Binary | 10111111 | 10001100 | 101101 | 0 | 11011 | 1001100 | 11001 | 100111 | 111110 | 101110 |
Color Harmonies of #BF8C2D
Complementary color
Monochromatic Colors of #BF8C2D
Black with #BF8C2D
Text Example
Text Example
White with #BF8C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8C2D; }
p { color: rgb(191,140,45); }
H1.HeaderClassName
{
color: #BF8C2D;
}
.AnyTagClassName
{
color: #BF8C2D;
}
</style>
background-color css
<style>
a { background-color: #BF8C2D; }
a { background-color: rgb(191,140,45); }
div.DivClassName
{
background-color: #BF8C2D;
}
.BgClassName
{
background-color: #BF8C2D;
}
</style>
border-color css
<style>
span { border-color: #BF8C2D; }
span { border-color: rgb(191,140,45); }
td.TdClassName
{
border-color: #BF8C2D;
}
.TagClassName
{
border-color: #BF8C2D;
}
</style>