Shades of Hokey Pokey #BD892B
Tints of Hokey Pokey #BD892B
RGB
CMYK
RGB Variations
Color information
#BD892B (or 0xBD892B) is known color: Hokey Pokey. HEX triplet: BD, 89 and 2B. RGB value is (189,137,43). Sum of RGB (Red+Green+Blue) = 189+137+43=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 137 (53.91% from 255 or 37.13% from 369); Blue value is 43 (17.19% from 255 or 11.65% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD892B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD892B is #4276D4. Grayscale: #8E8E8E. Windows color (decimal): -4355797 or 2853309. OLE color: 2853309.
HSL color Cylindrical-coordinate representation of color #BD892B: hue angle of 38.63º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD892B is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 137 | 43 | - |
| CMYK | 0 | 0.28 | 0.77 | 0.26 |
| HSL | 38.63º | 0.63% | 0.45% | - |
| HSV(B) | 38.63º | 0.77% | 0.74% | - |
| XYZ | 30.37 | 28.88 | 6.26 | - |
| YUV | 141.83 | 72.23 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 137 | 43 | 0 | 0.28 | 0.77 | 0.26 | 38.63 | 0.63 | 0.45 |
| Hex | BD | 89 | 2B | 0 | 1C | 4D | 1A | 27 | 3F | 2D |
| Octal | 275 | 211 | 53 | 0 | 34 | 115 | 32 | 47 | 77 | 55 |
| Binary | 10111101 | 10001001 | 101011 | 0 | 11100 | 1001101 | 11010 | 100111 | 111111 | 101101 |
Color Harmonies of #BD892B
Complementary color
Monochromatic Colors of #BD892B
Black with #BD892B
Text Example
Text Example
White with #BD892B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD892B; }
p { color: rgb(189,137,43); }
H1.HeaderClassName
{
color: #BD892B;
}
.AnyTagClassName
{
color: #BD892B;
}
</style>
background-color css
<style>
a { background-color: #BD892B; }
a { background-color: rgb(189,137,43); }
div.DivClassName
{
background-color: #BD892B;
}
.BgClassName
{
background-color: #BD892B;
}
</style>
border-color css
<style>
span { border-color: #BD892B; }
span { border-color: rgb(189,137,43); }
td.TdClassName
{
border-color: #BD892B;
}
.TagClassName
{
border-color: #BD892B;
}
</style>