Shades of Hokey Pokey #BB8F30
Tints of Hokey Pokey #BB8F30
RGB
CMYK
RGB Variations
Color information
#BB8F30 (or 0xBB8F30) is known color: Hokey Pokey. HEX triplet: BB, 8F and 30. RGB value is (187,143,48). Sum of RGB (Red+Green+Blue) = 187+143+48=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 48 (19.14% from 255 or 12.70% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8F30 is #4470CF. Grayscale: #919191. Windows color (decimal): -4485328 or 3182523. OLE color: 3182523.
HSL color Cylindrical-coordinate representation of color #BB8F30: hue angle of 41.01º 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 #BB8F30 is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 143 | 48 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.27 |
| HSL | 41.01º | 0.59% | 0.46% | - |
| HSV(B) | 41.01º | 0.74% | 0.73% | - |
| XYZ | 30.85 | 30.42 | 7.04 | - |
| YUV | 145.33 | 73.08 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 143 | 48 | 0 | 0.24 | 0.74 | 0.27 | 41.01 | 0.59 | 0.46 |
| Hex | BB | 8F | 30 | 0 | 18 | 4A | 1B | 29 | 3B | 2E |
| Octal | 273 | 217 | 60 | 0 | 30 | 112 | 33 | 51 | 73 | 56 |
| Binary | 10111011 | 10001111 | 110000 | 0 | 11000 | 1001010 | 11011 | 101001 | 111011 | 101110 |
Color Harmonies of #BB8F30
Complementary color
Monochromatic Colors of #BB8F30
Black with #BB8F30
Text Example
Text Example
White with #BB8F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8F30; }
p { color: rgb(187,143,48); }
H1.HeaderClassName
{
color: #BB8F30;
}
.AnyTagClassName
{
color: #BB8F30;
}
</style>
background-color css
<style>
a { background-color: #BB8F30; }
a { background-color: rgb(187,143,48); }
div.DivClassName
{
background-color: #BB8F30;
}
.BgClassName
{
background-color: #BB8F30;
}
</style>
border-color css
<style>
span { border-color: #BB8F30; }
span { border-color: rgb(187,143,48); }
td.TdClassName
{
border-color: #BB8F30;
}
.TagClassName
{
border-color: #BB8F30;
}
</style>