Shades of Tussock #B68D48
Tints of Tussock #B68D48
RGB
CMYK
RGB Variations
Color information
#B68D48 (or 0xB68D48) is known color: Tussock. HEX triplet: B6, 8D and 48. RGB value is (182,141,72). Sum of RGB (Red+Green+Blue) = 182+141+72=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 72 (28.52% from 255 or 18.23% from 395); Max value from RGB is 182 - color contains mainly: red. Hex color #B68D48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68D48 is #4972B7. Grayscale: #919191. Windows color (decimal): -4813496 or 4754870. OLE color: 4754870.
HSL color Cylindrical-coordinate representation of color #B68D48: hue angle of 37.64º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B68D48 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 141 | 72 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.29 |
| HSL | 37.64º | 0.43% | 0.5% | - |
| HSV(B) | 37.64º | 0.6% | 0.71% | - |
| XYZ | 29.99 | 29.46 | 10.24 | - |
| YUV | 145.39 | 86.58 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 141 | 72 | 0 | 0.23 | 0.60 | 0.29 | 37.64 | 0.43 | 0.5 |
| Hex | B6 | 8D | 48 | 0 | 17 | 3C | 1D | 26 | 2B | 32 |
| Octal | 266 | 215 | 110 | 0 | 27 | 74 | 35 | 46 | 53 | 62 |
| Binary | 10110110 | 10001101 | 1001000 | 0 | 10111 | 111100 | 11101 | 100110 | 101011 | 110010 |
Color Harmonies of #B68D48
Complementary color
Monochromatic Colors of #B68D48
Black with #B68D48
Text Example
Text Example
White with #B68D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68D48; }
p { color: rgb(182,141,72); }
H1.HeaderClassName
{
color: #B68D48;
}
.AnyTagClassName
{
color: #B68D48;
}
</style>
background-color css
<style>
a { background-color: #B68D48; }
a { background-color: rgb(182,141,72); }
div.DivClassName
{
background-color: #B68D48;
}
.BgClassName
{
background-color: #B68D48;
}
</style>
border-color css
<style>
span { border-color: #B68D48; }
span { border-color: rgb(182,141,72); }
td.TdClassName
{
border-color: #B68D48;
}
.TagClassName
{
border-color: #B68D48;
}
</style>