Shades of Tussock #B68C4C
Tints of Tussock #B68C4C
RGB
CMYK
RGB Variations
Color information
#B68C4C (or 0xB68C4C) is known color: Tussock. HEX triplet: B6, 8C and 4C. RGB value is (182,140,76). Sum of RGB (Red+Green+Blue) = 182+140+76=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 76 (30.08% from 255 or 19.10% from 398); Max value from RGB is 182 - color contains mainly: red. Hex color #B68C4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68C4C is #4973B3. Grayscale: #919191. Windows color (decimal): -4813748 or 5016758. OLE color: 5016758.
HSL color Cylindrical-coordinate representation of color #B68C4C: hue angle of 36.23º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B68C4C is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 140 | 76 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.29 |
| HSL | 36.23º | 0.42% | 0.51% | - |
| HSV(B) | 36.23º | 0.58% | 0.71% | - |
| XYZ | 29.97 | 29.22 | 10.9 | - |
| YUV | 145.26 | 88.91 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 140 | 76 | 0 | 0.23 | 0.58 | 0.29 | 36.23 | 0.42 | 0.51 |
| Hex | B6 | 8C | 4C | 0 | 17 | 3A | 1D | 24 | 2A | 33 |
| Octal | 266 | 214 | 114 | 0 | 27 | 72 | 35 | 44 | 52 | 63 |
| Binary | 10110110 | 10001100 | 1001100 | 0 | 10111 | 111010 | 11101 | 100100 | 101010 | 110011 |
Color Harmonies of #B68C4C
Complementary color
Monochromatic Colors of #B68C4C
Black with #B68C4C
Text Example
Text Example
White with #B68C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68C4C; }
p { color: rgb(182,140,76); }
H1.HeaderClassName
{
color: #B68C4C;
}
.AnyTagClassName
{
color: #B68C4C;
}
</style>
background-color css
<style>
a { background-color: #B68C4C; }
a { background-color: rgb(182,140,76); }
div.DivClassName
{
background-color: #B68C4C;
}
.BgClassName
{
background-color: #B68C4C;
}
</style>
border-color css
<style>
span { border-color: #B68C4C; }
span { border-color: rgb(182,140,76); }
td.TdClassName
{
border-color: #B68C4C;
}
.TagClassName
{
border-color: #B68C4C;
}
</style>