Shades of Hokey Pokey #BB8F31
Tints of Hokey Pokey #BB8F31
RGB
CMYK
RGB Variations
Color information
#BB8F31 (or 0xBB8F31) is known color: Hokey Pokey. HEX triplet: BB, 8F and 31. RGB value is (187,143,49). Sum of RGB (Red+Green+Blue) = 187+143+49=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 143 (56.25% from 255 or 37.73% from 379); Blue value is 49 (19.53% from 255 or 12.93% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8F31 is #4470CE. Grayscale: #919191. Windows color (decimal): -4485327 or 3248059. OLE color: 3248059.
HSL color Cylindrical-coordinate representation of color #BB8F31: hue angle of 40.87º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB8F31 is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 143 | 49 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.27 |
| HSL | 40.87º | 0.58% | 0.46% | - |
| HSV(B) | 40.87º | 0.74% | 0.73% | - |
| XYZ | 30.87 | 30.43 | 7.15 | - |
| YUV | 145.44 | 73.58 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 143 | 49 | 0 | 0.24 | 0.74 | 0.27 | 40.87 | 0.58 | 0.46 |
| Hex | BB | 8F | 31 | 0 | 18 | 4A | 1B | 29 | 3A | 2E |
| Octal | 273 | 217 | 61 | 0 | 30 | 112 | 33 | 51 | 72 | 56 |
| Binary | 10111011 | 10001111 | 110001 | 0 | 11000 | 1001010 | 11011 | 101001 | 111010 | 101110 |
Color Harmonies of #BB8F31
Complementary color
Monochromatic Colors of #BB8F31
Black with #BB8F31
Text Example
Text Example
White with #BB8F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8F31; }
p { color: rgb(187,143,49); }
H1.HeaderClassName
{
color: #BB8F31;
}
.AnyTagClassName
{
color: #BB8F31;
}
</style>
background-color css
<style>
a { background-color: #BB8F31; }
a { background-color: rgb(187,143,49); }
div.DivClassName
{
background-color: #BB8F31;
}
.BgClassName
{
background-color: #BB8F31;
}
</style>
border-color css
<style>
span { border-color: #BB8F31; }
span { border-color: rgb(187,143,49); }
td.TdClassName
{
border-color: #BB8F31;
}
.TagClassName
{
border-color: #BB8F31;
}
</style>