Shades of Hokey Pokey #BB892C
Tints of Hokey Pokey #BB892C
RGB
CMYK
RGB Variations
Color information
#BB892C (or 0xBB892C) is known color: Hokey Pokey. HEX triplet: BB, 89 and 2C. RGB value is (187,137,44). Sum of RGB (Red+Green+Blue) = 187+137+44=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 44 (17.58% from 255 or 11.96% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BB892C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB892C is #4476D3. Grayscale: #8D8D8D. Windows color (decimal): -4486868 or 2918843. OLE color: 2918843.
HSL color Cylindrical-coordinate representation of color #BB892C: hue angle of 39.02º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB892C is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 137 | 44 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.27 |
| HSL | 39.02º | 0.62% | 0.45% | - |
| HSV(B) | 39.02º | 0.76% | 0.73% | - |
| XYZ | 29.89 | 28.64 | 6.33 | - |
| YUV | 141.35 | 73.07 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 137 | 44 | 0 | 0.27 | 0.76 | 0.27 | 39.02 | 0.62 | 0.45 |
| Hex | BB | 89 | 2C | 0 | 1B | 4C | 1B | 27 | 3E | 2D |
| Octal | 273 | 211 | 54 | 0 | 33 | 114 | 33 | 47 | 76 | 55 |
| Binary | 10111011 | 10001001 | 101100 | 0 | 11011 | 1001100 | 11011 | 100111 | 111110 | 101101 |
Color Harmonies of #BB892C
Complementary color
Monochromatic Colors of #BB892C
Black with #BB892C
Text Example
Text Example
White with #BB892C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB892C; }
p { color: rgb(187,137,44); }
H1.HeaderClassName
{
color: #BB892C;
}
.AnyTagClassName
{
color: #BB892C;
}
</style>
background-color css
<style>
a { background-color: #BB892C; }
a { background-color: rgb(187,137,44); }
div.DivClassName
{
background-color: #BB892C;
}
.BgClassName
{
background-color: #BB892C;
}
</style>
border-color css
<style>
span { border-color: #BB892C; }
span { border-color: rgb(187,137,44); }
td.TdClassName
{
border-color: #BB892C;
}
.TagClassName
{
border-color: #BB892C;
}
</style>