Shades of Tussock #BC934A
Tints of Tussock #BC934A
RGB
CMYK
RGB Variations
Color information
#BC934A (or 0xBC934A) is known color: Tussock. HEX triplet: BC, 93 and 4A. RGB value is (188,147,74). Sum of RGB (Red+Green+Blue) = 188+147+74=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 74 (29.30% from 255 or 18.09% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC934A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC934A is #436CB5. Grayscale: #979797. Windows color (decimal): -4418742 or 4887484. OLE color: 4887484.
HSL color Cylindrical-coordinate representation of color #BC934A: hue angle of 38.42º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC934A is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 147 | 74 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.26 |
| HSL | 38.42º | 0.46% | 0.51% | - |
| HSV(B) | 38.42º | 0.61% | 0.74% | - |
| XYZ | 32.41 | 32.05 | 10.96 | - |
| YUV | 150.94 | 84.58 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 147 | 74 | 0 | 0.22 | 0.61 | 0.26 | 38.42 | 0.46 | 0.51 |
| Hex | BC | 93 | 4A | 0 | 16 | 3D | 1A | 26 | 2E | 33 |
| Octal | 274 | 223 | 112 | 0 | 26 | 75 | 32 | 46 | 56 | 63 |
| Binary | 10111100 | 10010011 | 1001010 | 0 | 10110 | 111101 | 11010 | 100110 | 101110 | 110011 |
Color Harmonies of #BC934A
Complementary color
Monochromatic Colors of #BC934A
Black with #BC934A
Text Example
Text Example
White with #BC934A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC934A; }
p { color: rgb(188,147,74); }
H1.HeaderClassName
{
color: #BC934A;
}
.AnyTagClassName
{
color: #BC934A;
}
</style>
background-color css
<style>
a { background-color: #BC934A; }
a { background-color: rgb(188,147,74); }
div.DivClassName
{
background-color: #BC934A;
}
.BgClassName
{
background-color: #BC934A;
}
</style>
border-color css
<style>
span { border-color: #BC934A; }
span { border-color: rgb(188,147,74); }
td.TdClassName
{
border-color: #BC934A;
}
.TagClassName
{
border-color: #BC934A;
}
</style>