Shades of Hokey Pokey #BF8C32
Tints of Hokey Pokey #BF8C32
RGB
CMYK
RGB Variations
Color information
#BF8C32 (or 0xBF8C32) is known color: Hokey Pokey. HEX triplet: BF, 8C and 32. RGB value is (191,140,50). Sum of RGB (Red+Green+Blue) = 191+140+50=381 (50% of max value = 765). Red value is 191 (75% from 255 or 50.13% from 381); Green value is 140 (55.08% from 255 or 36.75% from 381); Blue value is 50 (19.92% from 255 or 13.12% from 381); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8C32 is #4073CD. Grayscale: #919191. Windows color (decimal): -4223950 or 3312831. OLE color: 3312831.
HSL color Cylindrical-coordinate representation of color #BF8C32: hue angle of 38.3º 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 #BF8C32 is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 140 | 50 | - |
| CMYK | 0 | 0.27 | 0.74 | 0.25 |
| HSL | 38.3º | 0.59% | 0.47% | - |
| HSV(B) | 38.3º | 0.74% | 0.75% | - |
| XYZ | 31.44 | 30.06 | 7.16 | - |
| YUV | 144.99 | 74.4 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 140 | 50 | 0 | 0.27 | 0.74 | 0.25 | 38.3 | 0.59 | 0.47 |
| Hex | BF | 8C | 32 | 0 | 1B | 4A | 19 | 26 | 3B | 2F |
| Octal | 277 | 214 | 62 | 0 | 33 | 112 | 31 | 46 | 73 | 57 |
| Binary | 10111111 | 10001100 | 110010 | 0 | 11011 | 1001010 | 11001 | 100110 | 111011 | 101111 |
Color Harmonies of #BF8C32
Complementary color
Monochromatic Colors of #BF8C32
Black with #BF8C32
Text Example
Text Example
White with #BF8C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8C32; }
p { color: rgb(191,140,50); }
H1.HeaderClassName
{
color: #BF8C32;
}
.AnyTagClassName
{
color: #BF8C32;
}
</style>
background-color css
<style>
a { background-color: #BF8C32; }
a { background-color: rgb(191,140,50); }
div.DivClassName
{
background-color: #BF8C32;
}
.BgClassName
{
background-color: #BF8C32;
}
</style>
border-color css
<style>
span { border-color: #BF8C32; }
span { border-color: rgb(191,140,50); }
td.TdClassName
{
border-color: #BF8C32;
}
.TagClassName
{
border-color: #BF8C32;
}
</style>