Shades of Hokey Pokey #B68A2D
Tints of Hokey Pokey #B68A2D
RGB
CMYK
RGB Variations
Color information
#B68A2D (or 0xB68A2D) is known color: Hokey Pokey. HEX triplet: B6, 8A and 2D. RGB value is (182,138,45). Sum of RGB (Red+Green+Blue) = 182+138+45=365 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.86% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 45 (17.97% from 255 or 12.33% from 365); Max value from RGB is 182 - color contains mainly: red. Hex color #B68A2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68A2D is #4975D2. Grayscale: #8C8C8C. Windows color (decimal): -4814291 or 2984630. OLE color: 2984630.
HSL color Cylindrical-coordinate representation of color #B68A2D: hue angle of 40.73º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B68A2D is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 138 | 45 | - |
| CMYK | 0 | 0.24 | 0.75 | 0.29 |
| HSL | 40.73º | 0.6% | 0.45% | - |
| HSV(B) | 40.73º | 0.75% | 0.71% | - |
| XYZ | 28.85 | 28.31 | 6.43 | - |
| YUV | 140.55 | 74.08 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 138 | 45 | 0 | 0.24 | 0.75 | 0.29 | 40.73 | 0.6 | 0.45 |
| Hex | B6 | 8A | 2D | 0 | 18 | 4B | 1D | 29 | 3C | 2D |
| Octal | 266 | 212 | 55 | 0 | 30 | 113 | 35 | 51 | 74 | 55 |
| Binary | 10110110 | 10001010 | 101101 | 0 | 11000 | 1001011 | 11101 | 101001 | 111100 | 101101 |
Color Harmonies of #B68A2D
Complementary color
Monochromatic Colors of #B68A2D
Black with #B68A2D
Text Example
Text Example
White with #B68A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68A2D; }
p { color: rgb(182,138,45); }
H1.HeaderClassName
{
color: #B68A2D;
}
.AnyTagClassName
{
color: #B68A2D;
}
</style>
background-color css
<style>
a { background-color: #B68A2D; }
a { background-color: rgb(182,138,45); }
div.DivClassName
{
background-color: #B68A2D;
}
.BgClassName
{
background-color: #B68A2D;
}
</style>
border-color css
<style>
span { border-color: #B68A2D; }
span { border-color: rgb(182,138,45); }
td.TdClassName
{
border-color: #B68A2D;
}
.TagClassName
{
border-color: #B68A2D;
}
</style>