Shades of Hokey Pokey #BF973A
Tints of Hokey Pokey #BF973A
RGB
CMYK
RGB Variations
Color information
#BF973A (or 0xBF973A) is known color: Hokey Pokey. HEX triplet: BF, 97 and 3A. RGB value is (191,151,58). Sum of RGB (Red+Green+Blue) = 191+151+58=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 151 (59.38% from 255 or 37.75% from 400); Blue value is 58 (23.05% from 255 or 14.5% from 400); Max value from RGB is 191 - color contains mainly: red. Hex color #BF973A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF973A is #4068C5. Grayscale: #989898. Windows color (decimal): -4221126 or 3839935. OLE color: 3839935.
HSL color Cylindrical-coordinate representation of color #BF973A: hue angle of 41.95º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF973A is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 151 | 58 | - |
| CMYK | 0 | 0.21 | 0.70 | 0.25 |
| HSL | 41.95º | 0.53% | 0.49% | - |
| HSV(B) | 41.95º | 0.7% | 0.75% | - |
| XYZ | 33.32 | 33.52 | 8.72 | - |
| YUV | 152.36 | 74.75 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 151 | 58 | 0 | 0.21 | 0.70 | 0.25 | 41.95 | 0.53 | 0.49 |
| Hex | BF | 97 | 3A | 0 | 15 | 46 | 19 | 2A | 35 | 31 |
| Octal | 277 | 227 | 72 | 0 | 25 | 106 | 31 | 52 | 65 | 61 |
| Binary | 10111111 | 10010111 | 111010 | 0 | 10101 | 1000110 | 11001 | 101010 | 110101 | 110001 |
Color Harmonies of #BF973A
Complementary color
Monochromatic Colors of #BF973A
Black with #BF973A
Text Example
Text Example
White with #BF973A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF973A; }
p { color: rgb(191,151,58); }
H1.HeaderClassName
{
color: #BF973A;
}
.AnyTagClassName
{
color: #BF973A;
}
</style>
background-color css
<style>
a { background-color: #BF973A; }
a { background-color: rgb(191,151,58); }
div.DivClassName
{
background-color: #BF973A;
}
.BgClassName
{
background-color: #BF973A;
}
</style>
border-color css
<style>
span { border-color: #BF973A; }
span { border-color: rgb(191,151,58); }
td.TdClassName
{
border-color: #BF973A;
}
.TagClassName
{
border-color: #BF973A;
}
</style>