Shades of Tussock #B7924F
Tints of Tussock #B7924F
RGB
CMYK
RGB Variations
Color information
#B7924F (or 0xB7924F) is known color: Tussock. HEX triplet: B7, 92 and 4F. RGB value is (183,146,79). Sum of RGB (Red+Green+Blue) = 183+146+79=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 79 (31.25% from 255 or 19.36% from 408); Max value from RGB is 183 - color contains mainly: red. Hex color #B7924F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7924F is #486DB0. Grayscale: #959595. Windows color (decimal): -4746673 or 5214903. OLE color: 5214903.
HSL color Cylindrical-coordinate representation of color #B7924F: hue angle of 38.65º 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 #B7924F is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 146 | 79 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.28 |
| HSL | 38.65º | 0.42% | 0.51% | - |
| HSV(B) | 38.65º | 0.57% | 0.72% | - |
| XYZ | 31.22 | 31.19 | 11.77 | - |
| YUV | 149.43 | 88.26 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 146 | 79 | 0 | 0.20 | 0.57 | 0.28 | 38.65 | 0.42 | 0.51 |
| Hex | B7 | 92 | 4F | 0 | 14 | 39 | 1C | 27 | 2A | 33 |
| Octal | 267 | 222 | 117 | 0 | 24 | 71 | 34 | 47 | 52 | 63 |
| Binary | 10110111 | 10010010 | 1001111 | 0 | 10100 | 111001 | 11100 | 100111 | 101010 | 110011 |
Color Harmonies of #B7924F
Complementary color
Monochromatic Colors of #B7924F
Black with #B7924F
Text Example
Text Example
White with #B7924F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7924F; }
p { color: rgb(183,146,79); }
H1.HeaderClassName
{
color: #B7924F;
}
.AnyTagClassName
{
color: #B7924F;
}
</style>
background-color css
<style>
a { background-color: #B7924F; }
a { background-color: rgb(183,146,79); }
div.DivClassName
{
background-color: #B7924F;
}
.BgClassName
{
background-color: #B7924F;
}
</style>
border-color css
<style>
span { border-color: #B7924F; }
span { border-color: rgb(183,146,79); }
td.TdClassName
{
border-color: #B7924F;
}
.TagClassName
{
border-color: #B7924F;
}
</style>