Shades of Tussock #BC914B
Tints of Tussock #BC914B
RGB
CMYK
RGB Variations
Color information
#BC914B (or 0xBC914B) is known color: Tussock. HEX triplet: BC, 91 and 4B. RGB value is (188,145,75). Sum of RGB (Red+Green+Blue) = 188+145+75=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 75 (29.69% from 255 or 18.38% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC914B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC914B is #436EB4. Grayscale: #969696. Windows color (decimal): -4419253 or 4952508. OLE color: 4952508.
HSL color Cylindrical-coordinate representation of color #BC914B: hue angle of 37.17º 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 #BC914B is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 145 | 75 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.26 |
| HSL | 37.17º | 0.46% | 0.52% | - |
| HSV(B) | 37.17º | 0.6% | 0.74% | - |
| XYZ | 32.13 | 31.45 | 11.03 | - |
| YUV | 149.88 | 85.75 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 145 | 75 | 0 | 0.23 | 0.60 | 0.26 | 37.17 | 0.46 | 0.52 |
| Hex | BC | 91 | 4B | 0 | 17 | 3C | 1A | 25 | 2E | 34 |
| Octal | 274 | 221 | 113 | 0 | 27 | 74 | 32 | 45 | 56 | 64 |
| Binary | 10111100 | 10010001 | 1001011 | 0 | 10111 | 111100 | 11010 | 100101 | 101110 | 110100 |
Color Harmonies of #BC914B
Complementary color
Monochromatic Colors of #BC914B
Black with #BC914B
Text Example
Text Example
White with #BC914B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC914B; }
p { color: rgb(188,145,75); }
H1.HeaderClassName
{
color: #BC914B;
}
.AnyTagClassName
{
color: #BC914B;
}
</style>
background-color css
<style>
a { background-color: #BC914B; }
a { background-color: rgb(188,145,75); }
div.DivClassName
{
background-color: #BC914B;
}
.BgClassName
{
background-color: #BC914B;
}
</style>
border-color css
<style>
span { border-color: #BC914B; }
span { border-color: rgb(188,145,75); }
td.TdClassName
{
border-color: #BC914B;
}
.TagClassName
{
border-color: #BC914B;
}
</style>