Shades of Hokey Pokey #B78F34
Tints of Hokey Pokey #B78F34
RGB
CMYK
RGB Variations
Color information
#B78F34 (or 0xB78F34) is known color: Hokey Pokey. HEX triplet: B7, 8F and 34. RGB value is (183,143,52). Sum of RGB (Red+Green+Blue) = 183+143+52=378 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.41% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 52 (20.70% from 255 or 13.76% from 378); Max value from RGB is 183 - color contains mainly: red. Hex color #B78F34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78F34 is #4870CB. Grayscale: #909090. Windows color (decimal): -4747468 or 3444663. OLE color: 3444663.
HSL color Cylindrical-coordinate representation of color #B78F34: hue angle of 41.68º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B78F34 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 143 | 52 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.28 |
| HSL | 41.68º | 0.56% | 0.46% | - |
| HSV(B) | 41.68º | 0.72% | 0.72% | - |
| XYZ | 29.97 | 29.96 | 7.45 | - |
| YUV | 144.59 | 75.75 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 143 | 52 | 0 | 0.22 | 0.72 | 0.28 | 41.68 | 0.56 | 0.46 |
| Hex | B7 | 8F | 34 | 0 | 16 | 48 | 1C | 2A | 38 | 2E |
| Octal | 267 | 217 | 64 | 0 | 26 | 110 | 34 | 52 | 70 | 56 |
| Binary | 10110111 | 10001111 | 110100 | 0 | 10110 | 1001000 | 11100 | 101010 | 111000 | 101110 |
Color Harmonies of #B78F34
Complementary color
Monochromatic Colors of #B78F34
Black with #B78F34
Text Example
Text Example
White with #B78F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78F34; }
p { color: rgb(183,143,52); }
H1.HeaderClassName
{
color: #B78F34;
}
.AnyTagClassName
{
color: #B78F34;
}
</style>
background-color css
<style>
a { background-color: #B78F34; }
a { background-color: rgb(183,143,52); }
div.DivClassName
{
background-color: #B78F34;
}
.BgClassName
{
background-color: #B78F34;
}
</style>
border-color css
<style>
span { border-color: #B78F34; }
span { border-color: rgb(183,143,52); }
td.TdClassName
{
border-color: #B78F34;
}
.TagClassName
{
border-color: #B78F34;
}
</style>