Shades of Hokey Pokey #BB8F2F
Tints of Hokey Pokey #BB8F2F
RGB
CMYK
RGB Variations
Color information
#BB8F2F (or 0xBB8F2F) is known color: Hokey Pokey. HEX triplet: BB, 8F and 2F. RGB value is (187,143,47). Sum of RGB (Red+Green+Blue) = 187+143+47=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 47 (18.75% from 255 or 12.47% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8F2F is #4470D0. Grayscale: #919191. Windows color (decimal): -4485329 or 3116987. OLE color: 3116987.
HSL color Cylindrical-coordinate representation of color #BB8F2F: hue angle of 41.14º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB8F2F is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 143 | 47 | - |
| CMYK | 0 | 0.24 | 0.75 | 0.27 |
| HSL | 41.14º | 0.6% | 0.46% | - |
| HSV(B) | 41.14º | 0.75% | 0.73% | - |
| XYZ | 30.83 | 30.41 | 6.94 | - |
| YUV | 145.21 | 72.58 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 143 | 47 | 0 | 0.24 | 0.75 | 0.27 | 41.14 | 0.6 | 0.46 |
| Hex | BB | 8F | 2F | 0 | 18 | 4B | 1B | 29 | 3C | 2E |
| Octal | 273 | 217 | 57 | 0 | 30 | 113 | 33 | 51 | 74 | 56 |
| Binary | 10111011 | 10001111 | 101111 | 0 | 11000 | 1001011 | 11011 | 101001 | 111100 | 101110 |
Color Harmonies of #BB8F2F
Complementary color
Monochromatic Colors of #BB8F2F
Black with #BB8F2F
Text Example
Text Example
White with #BB8F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8F2F; }
p { color: rgb(187,143,47); }
H1.HeaderClassName
{
color: #BB8F2F;
}
.AnyTagClassName
{
color: #BB8F2F;
}
</style>
background-color css
<style>
a { background-color: #BB8F2F; }
a { background-color: rgb(187,143,47); }
div.DivClassName
{
background-color: #BB8F2F;
}
.BgClassName
{
background-color: #BB8F2F;
}
</style>
border-color css
<style>
span { border-color: #BB8F2F; }
span { border-color: rgb(187,143,47); }
td.TdClassName
{
border-color: #BB8F2F;
}
.TagClassName
{
border-color: #BB8F2F;
}
</style>