Shades of Tussock #B68F4F
Tints of Tussock #B68F4F
RGB
CMYK
RGB Variations
Color information
#B68F4F (or 0xB68F4F) is known color: Tussock. HEX triplet: B6, 8F and 4F. RGB value is (182,143,79). Sum of RGB (Red+Green+Blue) = 182+143+79=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 79 (31.25% from 255 or 19.55% from 404); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68F4F is #4970B0. Grayscale: #939393. Windows color (decimal): -4812977 or 5214134. OLE color: 5214134.
HSL color Cylindrical-coordinate representation of color #B68F4F: hue angle of 37.28º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B68F4F is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 143 | 79 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.29 |
| HSL | 37.28º | 0.41% | 0.51% | - |
| HSV(B) | 37.28º | 0.57% | 0.71% | - |
| XYZ | 30.53 | 30.15 | 11.61 | - |
| YUV | 147.37 | 89.42 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 143 | 79 | 0 | 0.21 | 0.57 | 0.29 | 37.28 | 0.41 | 0.51 |
| Hex | B6 | 8F | 4F | 0 | 15 | 39 | 1D | 25 | 29 | 33 |
| Octal | 266 | 217 | 117 | 0 | 25 | 71 | 35 | 45 | 51 | 63 |
| Binary | 10110110 | 10001111 | 1001111 | 0 | 10101 | 111001 | 11101 | 100101 | 101001 | 110011 |
Color Harmonies of #B68F4F
Complementary color
Monochromatic Colors of #B68F4F
Black with #B68F4F
Text Example
Text Example
White with #B68F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68F4F; }
p { color: rgb(182,143,79); }
H1.HeaderClassName
{
color: #B68F4F;
}
.AnyTagClassName
{
color: #B68F4F;
}
</style>
background-color css
<style>
a { background-color: #B68F4F; }
a { background-color: rgb(182,143,79); }
div.DivClassName
{
background-color: #B68F4F;
}
.BgClassName
{
background-color: #B68F4F;
}
</style>
border-color css
<style>
span { border-color: #B68F4F; }
span { border-color: rgb(182,143,79); }
td.TdClassName
{
border-color: #B68F4F;
}
.TagClassName
{
border-color: #B68F4F;
}
</style>