Shades of Hokey Pokey #BD8A2F
Tints of Hokey Pokey #BD8A2F
RGB
CMYK
RGB Variations
Color information
#BD8A2F (or 0xBD8A2F) is known color: Hokey Pokey. HEX triplet: BD, 8A and 2F. RGB value is (189,138,47). Sum of RGB (Red+Green+Blue) = 189+138+47=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 47 (18.75% from 255 or 12.57% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8A2F is #4275D0. Grayscale: #8F8F8F. Windows color (decimal): -4355537 or 3115709. OLE color: 3115709.
HSL color Cylindrical-coordinate representation of color #BD8A2F: hue angle of 38.45º degrees, saturation: 0.6, 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 #BD8A2F is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 138 | 47 | - |
| CMYK | 0 | 0.27 | 0.75 | 0.26 |
| HSL | 38.45º | 0.6% | 0.46% | - |
| HSV(B) | 38.45º | 0.75% | 0.74% | - |
| XYZ | 30.59 | 29.2 | 6.71 | - |
| YUV | 142.88 | 73.9 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 138 | 47 | 0 | 0.27 | 0.75 | 0.26 | 38.45 | 0.6 | 0.46 |
| Hex | BD | 8A | 2F | 0 | 1B | 4B | 1A | 26 | 3C | 2E |
| Octal | 275 | 212 | 57 | 0 | 33 | 113 | 32 | 46 | 74 | 56 |
| Binary | 10111101 | 10001010 | 101111 | 0 | 11011 | 1001011 | 11010 | 100110 | 111100 | 101110 |
Color Harmonies of #BD8A2F
Complementary color
Monochromatic Colors of #BD8A2F
Black with #BD8A2F
Text Example
Text Example
White with #BD8A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8A2F; }
p { color: rgb(189,138,47); }
H1.HeaderClassName
{
color: #BD8A2F;
}
.AnyTagClassName
{
color: #BD8A2F;
}
</style>
background-color css
<style>
a { background-color: #BD8A2F; }
a { background-color: rgb(189,138,47); }
div.DivClassName
{
background-color: #BD8A2F;
}
.BgClassName
{
background-color: #BD8A2F;
}
</style>
border-color css
<style>
span { border-color: #BD8A2F; }
span { border-color: rgb(189,138,47); }
td.TdClassName
{
border-color: #BD8A2F;
}
.TagClassName
{
border-color: #BD8A2F;
}
</style>