Shades of Hokey Pokey #BB8A2D
Tints of Hokey Pokey #BB8A2D
RGB
CMYK
RGB Variations
Color information
#BB8A2D (or 0xBB8A2D) is known color: Hokey Pokey. HEX triplet: BB, 8A and 2D. RGB value is (187,138,45). Sum of RGB (Red+Green+Blue) = 187+138+45=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 138 (54.30% from 255 or 37.30% from 370); Blue value is 45 (17.97% from 255 or 12.16% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8A2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8A2D is #4475D2. Grayscale: #8E8E8E. Windows color (decimal): -4486611 or 2984635. OLE color: 2984635.
HSL color Cylindrical-coordinate representation of color #BB8A2D: hue angle of 39.3º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB8A2D is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 138 | 45 | - |
| CMYK | 0 | 0.26 | 0.76 | 0.27 |
| HSL | 39.3º | 0.61% | 0.45% | - |
| HSV(B) | 39.3º | 0.76% | 0.73% | - |
| XYZ | 30.06 | 28.93 | 6.48 | - |
| YUV | 142.05 | 73.23 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 138 | 45 | 0 | 0.26 | 0.76 | 0.27 | 39.3 | 0.61 | 0.45 |
| Hex | BB | 8A | 2D | 0 | 1A | 4C | 1B | 27 | 3D | 2D |
| Octal | 273 | 212 | 55 | 0 | 32 | 114 | 33 | 47 | 75 | 55 |
| Binary | 10111011 | 10001010 | 101101 | 0 | 11010 | 1001100 | 11011 | 100111 | 111101 | 101101 |
Color Harmonies of #BB8A2D
Complementary color
Monochromatic Colors of #BB8A2D
Black with #BB8A2D
Text Example
Text Example
White with #BB8A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8A2D; }
p { color: rgb(187,138,45); }
H1.HeaderClassName
{
color: #BB8A2D;
}
.AnyTagClassName
{
color: #BB8A2D;
}
</style>
background-color css
<style>
a { background-color: #BB8A2D; }
a { background-color: rgb(187,138,45); }
div.DivClassName
{
background-color: #BB8A2D;
}
.BgClassName
{
background-color: #BB8A2D;
}
</style>
border-color css
<style>
span { border-color: #BB8A2D; }
span { border-color: rgb(187,138,45); }
td.TdClassName
{
border-color: #BB8A2D;
}
.TagClassName
{
border-color: #BB8A2D;
}
</style>