Shades of Hokey Pokey #BD8832
Tints of Hokey Pokey #BD8832
RGB
CMYK
RGB Variations
Color information
#BD8832 (or 0xBD8832) is known color: Hokey Pokey. HEX triplet: BD, 88 and 32. RGB value is (189,136,50). Sum of RGB (Red+Green+Blue) = 189+136+50=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 50 (19.92% from 255 or 13.33% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8832 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8832 is #4277CD. Grayscale: #8E8E8E. Windows color (decimal): -4356046 or 3311805. OLE color: 3311805.
HSL color Cylindrical-coordinate representation of color #BD8832: hue angle of 37.12º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD8832 is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 136 | 50 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.26 |
| HSL | 37.12º | 0.58% | 0.47% | - |
| HSV(B) | 37.12º | 0.74% | 0.74% | - |
| XYZ | 30.37 | 28.66 | 6.95 | - |
| YUV | 142.04 | 76.06 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 136 | 50 | 0 | 0.28 | 0.74 | 0.26 | 37.12 | 0.58 | 0.47 |
| Hex | BD | 88 | 32 | 0 | 1C | 4A | 1A | 25 | 3A | 2F |
| Octal | 275 | 210 | 62 | 0 | 34 | 112 | 32 | 45 | 72 | 57 |
| Binary | 10111101 | 10001000 | 110010 | 0 | 11100 | 1001010 | 11010 | 100101 | 111010 | 101111 |
Color Harmonies of #BD8832
Complementary color
Monochromatic Colors of #BD8832
Black with #BD8832
Text Example
Text Example
White with #BD8832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8832; }
p { color: rgb(189,136,50); }
H1.HeaderClassName
{
color: #BD8832;
}
.AnyTagClassName
{
color: #BD8832;
}
</style>
background-color css
<style>
a { background-color: #BD8832; }
a { background-color: rgb(189,136,50); }
div.DivClassName
{
background-color: #BD8832;
}
.BgClassName
{
background-color: #BD8832;
}
</style>
border-color css
<style>
span { border-color: #BD8832; }
span { border-color: rgb(189,136,50); }
td.TdClassName
{
border-color: #BD8832;
}
.TagClassName
{
border-color: #BD8832;
}
</style>