Shades of Tussock #BA934C
Tints of Tussock #BA934C
RGB
CMYK
RGB Variations
Color information
#BA934C (or 0xBA934C) is known color: Tussock. HEX triplet: BA, 93 and 4C. RGB value is (186,147,76). Sum of RGB (Red+Green+Blue) = 186+147+76=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 76 (30.08% from 255 or 18.58% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA934C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA934C is #456CB3. Grayscale: #969696. Windows color (decimal): -4549812 or 5018554. OLE color: 5018554.
HSL color Cylindrical-coordinate representation of color #BA934C: hue angle of 38.73º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA934C is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 147 | 76 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.27 |
| HSL | 38.73º | 0.44% | 0.51% | - |
| HSV(B) | 38.73º | 0.59% | 0.73% | - |
| XYZ | 31.99 | 31.83 | 11.3 | - |
| YUV | 150.57 | 85.92 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 147 | 76 | 0 | 0.21 | 0.59 | 0.27 | 38.73 | 0.44 | 0.51 |
| Hex | BA | 93 | 4C | 0 | 15 | 3B | 1B | 27 | 2C | 33 |
| Octal | 272 | 223 | 114 | 0 | 25 | 73 | 33 | 47 | 54 | 63 |
| Binary | 10111010 | 10010011 | 1001100 | 0 | 10101 | 111011 | 11011 | 100111 | 101100 | 110011 |
Color Harmonies of #BA934C
Complementary color
Monochromatic Colors of #BA934C
Black with #BA934C
Text Example
Text Example
White with #BA934C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA934C; }
p { color: rgb(186,147,76); }
H1.HeaderClassName
{
color: #BA934C;
}
.AnyTagClassName
{
color: #BA934C;
}
</style>
background-color css
<style>
a { background-color: #BA934C; }
a { background-color: rgb(186,147,76); }
div.DivClassName
{
background-color: #BA934C;
}
.BgClassName
{
background-color: #BA934C;
}
</style>
border-color css
<style>
span { border-color: #BA934C; }
span { border-color: rgb(186,147,76); }
td.TdClassName
{
border-color: #BA934C;
}
.TagClassName
{
border-color: #BA934C;
}
</style>