Shades of Tussock #B7934F
Tints of Tussock #B7934F
RGB
CMYK
RGB Variations
Color information
#B7934F (or 0xB7934F) is known color: Tussock. HEX triplet: B7, 93 and 4F. RGB value is (183,147,79). Sum of RGB (Red+Green+Blue) = 183+147+79=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 79 (31.25% from 255 or 19.32% from 409); Max value from RGB is 183 - color contains mainly: red. Hex color #B7934F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7934F is #486CB0. Grayscale: #969696. Windows color (decimal): -4746417 or 5215159. OLE color: 5215159.
HSL color Cylindrical-coordinate representation of color #B7934F: hue angle of 39.23º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B7934F is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 147 | 79 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.28 |
| HSL | 39.23º | 0.42% | 0.51% | - |
| HSV(B) | 39.23º | 0.57% | 0.72% | - |
| XYZ | 31.37 | 31.5 | 11.82 | - |
| YUV | 150.01 | 87.93 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 147 | 79 | 0 | 0.20 | 0.57 | 0.28 | 39.23 | 0.42 | 0.51 |
| Hex | B7 | 93 | 4F | 0 | 14 | 39 | 1C | 27 | 2A | 33 |
| Octal | 267 | 223 | 117 | 0 | 24 | 71 | 34 | 47 | 52 | 63 |
| Binary | 10110111 | 10010011 | 1001111 | 0 | 10100 | 111001 | 11100 | 100111 | 101010 | 110011 |
Color Harmonies of #B7934F
Complementary color
Monochromatic Colors of #B7934F
Black with #B7934F
Text Example
Text Example
White with #B7934F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7934F; }
p { color: rgb(183,147,79); }
H1.HeaderClassName
{
color: #B7934F;
}
.AnyTagClassName
{
color: #B7934F;
}
</style>
background-color css
<style>
a { background-color: #B7934F; }
a { background-color: rgb(183,147,79); }
div.DivClassName
{
background-color: #B7934F;
}
.BgClassName
{
background-color: #B7934F;
}
</style>
border-color css
<style>
span { border-color: #B7934F; }
span { border-color: rgb(183,147,79); }
td.TdClassName
{
border-color: #B7934F;
}
.TagClassName
{
border-color: #B7934F;
}
</style>