Shades of Hokey Pokey #BD8A34
Tints of Hokey Pokey #BD8A34
RGB
CMYK
RGB Variations
Color information
#BD8A34 (or 0xBD8A34) is known color: Hokey Pokey. HEX triplet: BD, 8A and 34. RGB value is (189,138,52). Sum of RGB (Red+Green+Blue) = 189+138+52=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 52 (20.70% from 255 or 13.72% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8A34 is #4275CB. Grayscale: #8F8F8F. Windows color (decimal): -4355532 or 3443389. OLE color: 3443389.
HSL color Cylindrical-coordinate representation of color #BD8A34: hue angle of 37.66º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD8A34 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 138 | 52 | - |
| CMYK | 0 | 0.27 | 0.72 | 0.26 |
| HSL | 37.66º | 0.57% | 0.47% | - |
| HSV(B) | 37.66º | 0.72% | 0.74% | - |
| XYZ | 30.69 | 29.24 | 7.28 | - |
| YUV | 143.45 | 76.4 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 138 | 52 | 0 | 0.27 | 0.72 | 0.26 | 37.66 | 0.57 | 0.47 |
| Hex | BD | 8A | 34 | 0 | 1B | 48 | 1A | 26 | 39 | 2F |
| Octal | 275 | 212 | 64 | 0 | 33 | 110 | 32 | 46 | 71 | 57 |
| Binary | 10111101 | 10001010 | 110100 | 0 | 11011 | 1001000 | 11010 | 100110 | 111001 | 101111 |
Color Harmonies of #BD8A34
Complementary color
Monochromatic Colors of #BD8A34
Black with #BD8A34
Text Example
Text Example
White with #BD8A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8A34; }
p { color: rgb(189,138,52); }
H1.HeaderClassName
{
color: #BD8A34;
}
.AnyTagClassName
{
color: #BD8A34;
}
</style>
background-color css
<style>
a { background-color: #BD8A34; }
a { background-color: rgb(189,138,52); }
div.DivClassName
{
background-color: #BD8A34;
}
.BgClassName
{
background-color: #BD8A34;
}
</style>
border-color css
<style>
span { border-color: #BD8A34; }
span { border-color: rgb(189,138,52); }
td.TdClassName
{
border-color: #BD8A34;
}
.TagClassName
{
border-color: #BD8A34;
}
</style>