Shades of Hokey Pokey #BB8A33
Tints of Hokey Pokey #BB8A33
RGB
CMYK
RGB Variations
Color information
#BB8A33 (or 0xBB8A33) is known color: Hokey Pokey. HEX triplet: BB, 8A and 33. RGB value is (187,138,51). Sum of RGB (Red+Green+Blue) = 187+138+51=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 51 (20.31% from 255 or 13.56% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8A33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8A33 is #4475CC. Grayscale: #8F8F8F. Windows color (decimal): -4486605 or 3377851. OLE color: 3377851.
HSL color Cylindrical-coordinate representation of color #BB8A33: hue angle of 38.38º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB8A33 is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 138 | 51 | - |
| CMYK | 0 | 0.26 | 0.73 | 0.27 |
| HSL | 38.38º | 0.57% | 0.47% | - |
| HSV(B) | 38.38º | 0.73% | 0.73% | - |
| XYZ | 30.18 | 28.98 | 7.14 | - |
| YUV | 142.73 | 76.23 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 138 | 51 | 0 | 0.26 | 0.73 | 0.27 | 38.38 | 0.57 | 0.47 |
| Hex | BB | 8A | 33 | 0 | 1A | 49 | 1B | 26 | 39 | 2F |
| Octal | 273 | 212 | 63 | 0 | 32 | 111 | 33 | 46 | 71 | 57 |
| Binary | 10111011 | 10001010 | 110011 | 0 | 11010 | 1001001 | 11011 | 100110 | 111001 | 101111 |
Color Harmonies of #BB8A33
Complementary color
Monochromatic Colors of #BB8A33
Black with #BB8A33
Text Example
Text Example
White with #BB8A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8A33; }
p { color: rgb(187,138,51); }
H1.HeaderClassName
{
color: #BB8A33;
}
.AnyTagClassName
{
color: #BB8A33;
}
</style>
background-color css
<style>
a { background-color: #BB8A33; }
a { background-color: rgb(187,138,51); }
div.DivClassName
{
background-color: #BB8A33;
}
.BgClassName
{
background-color: #BB8A33;
}
</style>
border-color css
<style>
span { border-color: #BB8A33; }
span { border-color: rgb(187,138,51); }
td.TdClassName
{
border-color: #BB8A33;
}
.TagClassName
{
border-color: #BB8A33;
}
</style>