Shades of Tussock #B68F49
Tints of Tussock #B68F49
RGB
CMYK
RGB Variations
Color information
#B68F49 (or 0xB68F49) is known color: Tussock. HEX triplet: B6, 8F and 49. RGB value is (182,143,73). Sum of RGB (Red+Green+Blue) = 182+143+73=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 143 (56.25% from 255 or 35.93% from 398); Blue value is 73 (28.91% from 255 or 18.34% from 398); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68F49 is #4970B6. Grayscale: #939393. Windows color (decimal): -4812983 or 4820918. OLE color: 4820918.
HSL color Cylindrical-coordinate representation of color #B68F49: hue angle of 38.53º 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 #B68F49 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 143 | 73 | - |
| CMYK | 0 | 0.21 | 0.60 | 0.29 |
| HSL | 38.53º | 0.43% | 0.5% | - |
| HSV(B) | 38.53º | 0.6% | 0.71% | - |
| XYZ | 30.32 | 30.07 | 10.51 | - |
| YUV | 146.68 | 86.42 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 143 | 73 | 0 | 0.21 | 0.60 | 0.29 | 38.53 | 0.43 | 0.5 |
| Hex | B6 | 8F | 49 | 0 | 15 | 3C | 1D | 27 | 2B | 32 |
| Octal | 266 | 217 | 111 | 0 | 25 | 74 | 35 | 47 | 53 | 62 |
| Binary | 10110110 | 10001111 | 1001001 | 0 | 10101 | 111100 | 11101 | 100111 | 101011 | 110010 |
Color Harmonies of #B68F49
Complementary color
Monochromatic Colors of #B68F49
Black with #B68F49
Text Example
Text Example
White with #B68F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68F49; }
p { color: rgb(182,143,73); }
H1.HeaderClassName
{
color: #B68F49;
}
.AnyTagClassName
{
color: #B68F49;
}
</style>
background-color css
<style>
a { background-color: #B68F49; }
a { background-color: rgb(182,143,73); }
div.DivClassName
{
background-color: #B68F49;
}
.BgClassName
{
background-color: #B68F49;
}
</style>
border-color css
<style>
span { border-color: #B68F49; }
span { border-color: rgb(182,143,73); }
td.TdClassName
{
border-color: #B68F49;
}
.TagClassName
{
border-color: #B68F49;
}
</style>