Shades of Tussock #B68B4B
Tints of Tussock #B68B4B
RGB
CMYK
RGB Variations
Color information
#B68B4B (or 0xB68B4B) is known color: Tussock. HEX triplet: B6, 8B and 4B. RGB value is (182,139,75). Sum of RGB (Red+Green+Blue) = 182+139+75=396 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.96% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 75 (29.69% from 255 or 18.94% from 396); Max value from RGB is 182 - color contains mainly: red. Hex color #B68B4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68B4B is #4974B4. Grayscale: #909090. Windows color (decimal): -4814005 or 4950966. OLE color: 4950966.
HSL color Cylindrical-coordinate representation of color #B68B4B: hue angle of 35.89º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B68B4B is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 139 | 75 | - |
| CMYK | 0 | 0.24 | 0.59 | 0.29 |
| HSL | 35.89º | 0.42% | 0.5% | - |
| HSV(B) | 35.89º | 0.59% | 0.71% | - |
| XYZ | 29.79 | 28.92 | 10.67 | - |
| YUV | 144.56 | 88.75 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 139 | 75 | 0 | 0.24 | 0.59 | 0.29 | 35.89 | 0.42 | 0.5 |
| Hex | B6 | 8B | 4B | 0 | 18 | 3B | 1D | 24 | 2A | 32 |
| Octal | 266 | 213 | 113 | 0 | 30 | 73 | 35 | 44 | 52 | 62 |
| Binary | 10110110 | 10001011 | 1001011 | 0 | 11000 | 111011 | 11101 | 100100 | 101010 | 110010 |
Color Harmonies of #B68B4B
Complementary color
Monochromatic Colors of #B68B4B
Black with #B68B4B
Text Example
Text Example
White with #B68B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68B4B; }
p { color: rgb(182,139,75); }
H1.HeaderClassName
{
color: #B68B4B;
}
.AnyTagClassName
{
color: #B68B4B;
}
</style>
background-color css
<style>
a { background-color: #B68B4B; }
a { background-color: rgb(182,139,75); }
div.DivClassName
{
background-color: #B68B4B;
}
.BgClassName
{
background-color: #B68B4B;
}
</style>
border-color css
<style>
span { border-color: #B68B4B; }
span { border-color: rgb(182,139,75); }
td.TdClassName
{
border-color: #B68B4B;
}
.TagClassName
{
border-color: #B68B4B;
}
</style>