Shades of Hokey Pokey #BB8C30
Tints of Hokey Pokey #BB8C30
RGB
CMYK
RGB Variations
Color information
#BB8C30 (or 0xBB8C30) is known color: Hokey Pokey. HEX triplet: BB, 8C and 30. RGB value is (187,140,48). Sum of RGB (Red+Green+Blue) = 187+140+48=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 48 (19.14% from 255 or 12.8% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8C30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8C30 is #4473CF. Grayscale: #8F8F8F. Windows color (decimal): -4486096 or 3181755. OLE color: 3181755.
HSL color Cylindrical-coordinate representation of color #BB8C30: hue angle of 39.71º degrees, saturation: 0.59, 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 #BB8C30 is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 140 | 48 | - |
| CMYK | 0 | 0.25 | 0.74 | 0.27 |
| HSL | 39.71º | 0.59% | 0.46% | - |
| HSV(B) | 39.71º | 0.74% | 0.73% | - |
| XYZ | 30.41 | 29.53 | 6.89 | - |
| YUV | 143.57 | 74.07 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 140 | 48 | 0 | 0.25 | 0.74 | 0.27 | 39.71 | 0.59 | 0.46 |
| Hex | BB | 8C | 30 | 0 | 19 | 4A | 1B | 28 | 3B | 2E |
| Octal | 273 | 214 | 60 | 0 | 31 | 112 | 33 | 50 | 73 | 56 |
| Binary | 10111011 | 10001100 | 110000 | 0 | 11001 | 1001010 | 11011 | 101000 | 111011 | 101110 |
Color Harmonies of #BB8C30
Complementary color
Monochromatic Colors of #BB8C30
Black with #BB8C30
Text Example
Text Example
White with #BB8C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8C30; }
p { color: rgb(187,140,48); }
H1.HeaderClassName
{
color: #BB8C30;
}
.AnyTagClassName
{
color: #BB8C30;
}
</style>
background-color css
<style>
a { background-color: #BB8C30; }
a { background-color: rgb(187,140,48); }
div.DivClassName
{
background-color: #BB8C30;
}
.BgClassName
{
background-color: #BB8C30;
}
</style>
border-color css
<style>
span { border-color: #BB8C30; }
span { border-color: rgb(187,140,48); }
td.TdClassName
{
border-color: #BB8C30;
}
.TagClassName
{
border-color: #BB8C30;
}
</style>