Shades of Tussock #BC924B
Tints of Tussock #BC924B
RGB
CMYK
RGB Variations
Color information
#BC924B (or 0xBC924B) is known color: Tussock. HEX triplet: BC, 92 and 4B. RGB value is (188,146,75). Sum of RGB (Red+Green+Blue) = 188+146+75=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 146 (57.42% from 255 or 35.70% from 409); Blue value is 75 (29.69% from 255 or 18.34% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC924B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC924B is #436DB4. Grayscale: #969696. Windows color (decimal): -4418997 or 4952764. OLE color: 4952764.
HSL color Cylindrical-coordinate representation of color #BC924B: hue angle of 37.7º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC924B is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 146 | 75 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.26 |
| HSL | 37.7º | 0.46% | 0.52% | - |
| HSV(B) | 37.7º | 0.6% | 0.74% | - |
| XYZ | 32.29 | 31.76 | 11.08 | - |
| YUV | 150.46 | 85.41 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 146 | 75 | 0 | 0.22 | 0.60 | 0.26 | 37.7 | 0.46 | 0.52 |
| Hex | BC | 92 | 4B | 0 | 16 | 3C | 1A | 26 | 2E | 34 |
| Octal | 274 | 222 | 113 | 0 | 26 | 74 | 32 | 46 | 56 | 64 |
| Binary | 10111100 | 10010010 | 1001011 | 0 | 10110 | 111100 | 11010 | 100110 | 101110 | 110100 |
Color Harmonies of #BC924B
Complementary color
Monochromatic Colors of #BC924B
Black with #BC924B
Text Example
Text Example
White with #BC924B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC924B; }
p { color: rgb(188,146,75); }
H1.HeaderClassName
{
color: #BC924B;
}
.AnyTagClassName
{
color: #BC924B;
}
</style>
background-color css
<style>
a { background-color: #BC924B; }
a { background-color: rgb(188,146,75); }
div.DivClassName
{
background-color: #BC924B;
}
.BgClassName
{
background-color: #BC924B;
}
</style>
border-color css
<style>
span { border-color: #BC924B; }
span { border-color: rgb(188,146,75); }
td.TdClassName
{
border-color: #BC924B;
}
.TagClassName
{
border-color: #BC924B;
}
</style>