Shades of Hokey Pokey #BB8735
Tints of Hokey Pokey #BB8735
RGB
CMYK
RGB Variations
Color information
#BB8735 (or 0xBB8735) is known color: Hokey Pokey. HEX triplet: BB, 87 and 35. RGB value is (187,135,53). Sum of RGB (Red+Green+Blue) = 187+135+53=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 53 (21.09% from 255 or 14.13% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8735 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8735 is #4478CA. Grayscale: #8D8D8D. Windows color (decimal): -4487371 or 3508155. OLE color: 3508155.
HSL color Cylindrical-coordinate representation of color #BB8735: hue angle of 36.72º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB8735 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 135 | 53 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.27 |
| HSL | 36.72º | 0.56% | 0.47% | - |
| HSV(B) | 36.72º | 0.72% | 0.73% | - |
| XYZ | 29.8 | 28.15 | 7.23 | - |
| YUV | 141.2 | 78.23 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 135 | 53 | 0 | 0.28 | 0.72 | 0.27 | 36.72 | 0.56 | 0.47 |
| Hex | BB | 87 | 35 | 0 | 1C | 48 | 1B | 25 | 38 | 2F |
| Octal | 273 | 207 | 65 | 0 | 34 | 110 | 33 | 45 | 70 | 57 |
| Binary | 10111011 | 10000111 | 110101 | 0 | 11100 | 1001000 | 11011 | 100101 | 111000 | 101111 |
Color Harmonies of #BB8735
Complementary color
Monochromatic Colors of #BB8735
Black with #BB8735
Text Example
Text Example
White with #BB8735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8735; }
p { color: rgb(187,135,53); }
H1.HeaderClassName
{
color: #BB8735;
}
.AnyTagClassName
{
color: #BB8735;
}
</style>
background-color css
<style>
a { background-color: #BB8735; }
a { background-color: rgb(187,135,53); }
div.DivClassName
{
background-color: #BB8735;
}
.BgClassName
{
background-color: #BB8735;
}
</style>
border-color css
<style>
span { border-color: #BB8735; }
span { border-color: rgb(187,135,53); }
td.TdClassName
{
border-color: #BB8735;
}
.TagClassName
{
border-color: #BB8735;
}
</style>