Shades of Hokey Pokey #BD8B33
Tints of Hokey Pokey #BD8B33
RGB
CMYK
RGB Variations
Color information
#BD8B33 (or 0xBD8B33) is known color: Hokey Pokey. HEX triplet: BD, 8B and 33. RGB value is (189,139,51). Sum of RGB (Red+Green+Blue) = 189+139+51=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 51 (20.31% from 255 or 13.46% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8B33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8B33 is #4274CC. Grayscale: #909090. Windows color (decimal): -4355277 or 3378109. OLE color: 3378109.
HSL color Cylindrical-coordinate representation of color #BD8B33: hue angle of 38.26º 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 #BD8B33 is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 139 | 51 | - |
| CMYK | 0 | 0.26 | 0.73 | 0.26 |
| HSL | 38.26º | 0.58% | 0.47% | - |
| HSV(B) | 38.26º | 0.73% | 0.74% | - |
| XYZ | 30.82 | 29.52 | 7.21 | - |
| YUV | 143.92 | 75.57 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 139 | 51 | 0 | 0.26 | 0.73 | 0.26 | 38.26 | 0.58 | 0.47 |
| Hex | BD | 8B | 33 | 0 | 1A | 49 | 1A | 26 | 3A | 2F |
| Octal | 275 | 213 | 63 | 0 | 32 | 111 | 32 | 46 | 72 | 57 |
| Binary | 10111101 | 10001011 | 110011 | 0 | 11010 | 1001001 | 11010 | 100110 | 111010 | 101111 |
Color Harmonies of #BD8B33
Complementary color
Monochromatic Colors of #BD8B33
Black with #BD8B33
Text Example
Text Example
White with #BD8B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8B33; }
p { color: rgb(189,139,51); }
H1.HeaderClassName
{
color: #BD8B33;
}
.AnyTagClassName
{
color: #BD8B33;
}
</style>
background-color css
<style>
a { background-color: #BD8B33; }
a { background-color: rgb(189,139,51); }
div.DivClassName
{
background-color: #BD8B33;
}
.BgClassName
{
background-color: #BD8B33;
}
</style>
border-color css
<style>
span { border-color: #BD8B33; }
span { border-color: rgb(189,139,51); }
td.TdClassName
{
border-color: #BD8B33;
}
.TagClassName
{
border-color: #BD8B33;
}
</style>