Shades of Hokey Pokey #BD9338
Tints of Hokey Pokey #BD9338
RGB
CMYK
RGB Variations
Color information
#BD9338 (or 0xBD9338) is known color: Hokey Pokey. HEX triplet: BD, 93 and 38. RGB value is (189,147,56). Sum of RGB (Red+Green+Blue) = 189+147+56=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 147 (57.81% from 255 or 37.5% from 392); Blue value is 56 (22.27% from 255 or 14.29% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9338 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9338 is #426CC7. Grayscale: #959595. Windows color (decimal): -4353224 or 3707837. OLE color: 3707837.
HSL color Cylindrical-coordinate representation of color #BD9338: hue angle of 41.05º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD9338 is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 147 | 56 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.26 |
| HSL | 41.05º | 0.54% | 0.48% | - |
| HSV(B) | 41.05º | 0.7% | 0.74% | - |
| XYZ | 32.13 | 31.97 | 8.22 | - |
| YUV | 149.18 | 75.41 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 147 | 56 | 0 | 0.22 | 0.70 | 0.26 | 41.05 | 0.54 | 0.48 |
| Hex | BD | 93 | 38 | 0 | 16 | 46 | 1A | 29 | 36 | 30 |
| Octal | 275 | 223 | 70 | 0 | 26 | 106 | 32 | 51 | 66 | 60 |
| Binary | 10111101 | 10010011 | 111000 | 0 | 10110 | 1000110 | 11010 | 101001 | 110110 | 110000 |
Color Harmonies of #BD9338
Complementary color
Monochromatic Colors of #BD9338
Black with #BD9338
Text Example
Text Example
White with #BD9338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9338; }
p { color: rgb(189,147,56); }
H1.HeaderClassName
{
color: #BD9338;
}
.AnyTagClassName
{
color: #BD9338;
}
</style>
background-color css
<style>
a { background-color: #BD9338; }
a { background-color: rgb(189,147,56); }
div.DivClassName
{
background-color: #BD9338;
}
.BgClassName
{
background-color: #BD9338;
}
</style>
border-color css
<style>
span { border-color: #BD9338; }
span { border-color: rgb(189,147,56); }
td.TdClassName
{
border-color: #BD9338;
}
.TagClassName
{
border-color: #BD9338;
}
</style>