Shades of Hokey Pokey #BD8830
Tints of Hokey Pokey #BD8830
RGB
CMYK
RGB Variations
Color information
#BD8830 (or 0xBD8830) is known color: Hokey Pokey. HEX triplet: BD, 88 and 30. RGB value is (189,136,48). Sum of RGB (Red+Green+Blue) = 189+136+48=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 48 (19.14% from 255 or 12.87% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8830 is #4277CF. Grayscale: #8E8E8E. Windows color (decimal): -4356048 or 3180733. OLE color: 3180733.
HSL color Cylindrical-coordinate representation of color #BD8830: hue angle of 37.45º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD8830 is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 136 | 48 | - |
| CMYK | 0 | 0.28 | 0.75 | 0.26 |
| HSL | 37.45º | 0.59% | 0.46% | - |
| HSV(B) | 37.45º | 0.75% | 0.74% | - |
| XYZ | 30.32 | 28.64 | 6.73 | - |
| YUV | 141.82 | 75.06 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 136 | 48 | 0 | 0.28 | 0.75 | 0.26 | 37.45 | 0.59 | 0.46 |
| Hex | BD | 88 | 30 | 0 | 1C | 4B | 1A | 25 | 3B | 2E |
| Octal | 275 | 210 | 60 | 0 | 34 | 113 | 32 | 45 | 73 | 56 |
| Binary | 10111101 | 10001000 | 110000 | 0 | 11100 | 1001011 | 11010 | 100101 | 111011 | 101110 |
Color Harmonies of #BD8830
Complementary color
Monochromatic Colors of #BD8830
Black with #BD8830
Text Example
Text Example
White with #BD8830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8830; }
p { color: rgb(189,136,48); }
H1.HeaderClassName
{
color: #BD8830;
}
.AnyTagClassName
{
color: #BD8830;
}
</style>
background-color css
<style>
a { background-color: #BD8830; }
a { background-color: rgb(189,136,48); }
div.DivClassName
{
background-color: #BD8830;
}
.BgClassName
{
background-color: #BD8830;
}
</style>
border-color css
<style>
span { border-color: #BD8830; }
span { border-color: rgb(189,136,48); }
td.TdClassName
{
border-color: #BD8830;
}
.TagClassName
{
border-color: #BD8830;
}
</style>