Shades of Hokey Pokey #BB872B
Tints of Hokey Pokey #BB872B
RGB
CMYK
RGB Variations
Color information
#BB872B (or 0xBB872B) is known color: Hokey Pokey. HEX triplet: BB, 87 and 2B. RGB value is (187,135,43). Sum of RGB (Red+Green+Blue) = 187+135+43=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 135 (53.12% from 255 or 36.99% from 365); Blue value is 43 (17.19% from 255 or 11.78% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BB872B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB872B is #4478D4. Grayscale: #8C8C8C. Windows color (decimal): -4487381 or 2852795. OLE color: 2852795.
HSL color Cylindrical-coordinate representation of color #BB872B: hue angle of 38.33º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB872B is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 135 | 43 | - |
| CMYK | 0 | 0.28 | 0.77 | 0.27 |
| HSL | 38.33º | 0.63% | 0.45% | - |
| HSV(B) | 38.33º | 0.77% | 0.73% | - |
| XYZ | 29.59 | 28.07 | 6.14 | - |
| YUV | 140.06 | 73.23 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 135 | 43 | 0 | 0.28 | 0.77 | 0.27 | 38.33 | 0.63 | 0.45 |
| Hex | BB | 87 | 2B | 0 | 1C | 4D | 1B | 26 | 3F | 2D |
| Octal | 273 | 207 | 53 | 0 | 34 | 115 | 33 | 46 | 77 | 55 |
| Binary | 10111011 | 10000111 | 101011 | 0 | 11100 | 1001101 | 11011 | 100110 | 111111 | 101101 |
Color Harmonies of #BB872B
Complementary color
Monochromatic Colors of #BB872B
Black with #BB872B
Text Example
Text Example
White with #BB872B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB872B; }
p { color: rgb(187,135,43); }
H1.HeaderClassName
{
color: #BB872B;
}
.AnyTagClassName
{
color: #BB872B;
}
</style>
background-color css
<style>
a { background-color: #BB872B; }
a { background-color: rgb(187,135,43); }
div.DivClassName
{
background-color: #BB872B;
}
.BgClassName
{
background-color: #BB872B;
}
</style>
border-color css
<style>
span { border-color: #BB872B; }
span { border-color: rgb(187,135,43); }
td.TdClassName
{
border-color: #BB872B;
}
.TagClassName
{
border-color: #BB872B;
}
</style>