Shades of Hokey Pokey #BD8A33
Tints of Hokey Pokey #BD8A33
RGB
CMYK
RGB Variations
Color information
#BD8A33 (or 0xBD8A33) is known color: Hokey Pokey. HEX triplet: BD, 8A and 33. RGB value is (189,138,51). Sum of RGB (Red+Green+Blue) = 189+138+51=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 51 (20.31% from 255 or 13.49% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8A33 is #4275CC. Grayscale: #8F8F8F. Windows color (decimal): -4355533 or 3377853. OLE color: 3377853.
HSL color Cylindrical-coordinate representation of color #BD8A33: hue angle of 37.83º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD8A33 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 138 | 51 | - |
| CMYK | 0 | 0.27 | 0.73 | 0.26 |
| HSL | 37.83º | 0.58% | 0.47% | - |
| HSV(B) | 37.83º | 0.73% | 0.74% | - |
| XYZ | 30.67 | 29.23 | 7.16 | - |
| YUV | 143.33 | 75.9 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 138 | 51 | 0 | 0.27 | 0.73 | 0.26 | 37.83 | 0.58 | 0.47 |
| Hex | BD | 8A | 33 | 0 | 1B | 49 | 1A | 26 | 3A | 2F |
| Octal | 275 | 212 | 63 | 0 | 33 | 111 | 32 | 46 | 72 | 57 |
| Binary | 10111101 | 10001010 | 110011 | 0 | 11011 | 1001001 | 11010 | 100110 | 111010 | 101111 |
Color Harmonies of #BD8A33
Complementary color
Monochromatic Colors of #BD8A33
Black with #BD8A33
Text Example
Text Example
White with #BD8A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8A33; }
p { color: rgb(189,138,51); }
H1.HeaderClassName
{
color: #BD8A33;
}
.AnyTagClassName
{
color: #BD8A33;
}
</style>
background-color css
<style>
a { background-color: #BD8A33; }
a { background-color: rgb(189,138,51); }
div.DivClassName
{
background-color: #BD8A33;
}
.BgClassName
{
background-color: #BD8A33;
}
</style>
border-color css
<style>
span { border-color: #BD8A33; }
span { border-color: rgb(189,138,51); }
td.TdClassName
{
border-color: #BD8A33;
}
.TagClassName
{
border-color: #BD8A33;
}
</style>