Shades of Husk #BC9B4E
Tints of Husk #BC9B4E
RGB
CMYK
RGB Variations
Color information
#BC9B4E (or 0xBC9B4E) is known color: Husk. HEX triplet: BC, 9B and 4E. RGB value is (188,155,78). Sum of RGB (Red+Green+Blue) = 188+155+78=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 155 (60.94% from 255 or 36.82% from 421); Blue value is 78 (30.86% from 255 or 18.53% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9B4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9B4E is #4364B1. Grayscale: #9C9C9C. Windows color (decimal): -4416690 or 5151676. OLE color: 5151676.
HSL color Cylindrical-coordinate representation of color #BC9B4E: hue angle of 42º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC9B4E is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 155 | 78 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.26 |
| HSL | 42º | 0.45% | 0.52% | - |
| HSV(B) | 42º | 0.59% | 0.74% | - |
| XYZ | 33.84 | 34.68 | 12.12 | - |
| YUV | 156.09 | 83.93 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 155 | 78 | 0 | 0.18 | 0.59 | 0.26 | 42 | 0.45 | 0.52 |
| Hex | BC | 9B | 4E | 0 | 12 | 3B | 1A | 2A | 2D | 34 |
| Octal | 274 | 233 | 116 | 0 | 22 | 73 | 32 | 52 | 55 | 64 |
| Binary | 10111100 | 10011011 | 1001110 | 0 | 10010 | 111011 | 11010 | 101010 | 101101 | 110100 |
Color Harmonies of #BC9B4E
Complementary color
Monochromatic Colors of #BC9B4E
Black with #BC9B4E
Text Example
Text Example
White with #BC9B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9B4E; }
p { color: rgb(188,155,78); }
H1.HeaderClassName
{
color: #BC9B4E;
}
.AnyTagClassName
{
color: #BC9B4E;
}
</style>
background-color css
<style>
a { background-color: #BC9B4E; }
a { background-color: rgb(188,155,78); }
div.DivClassName
{
background-color: #BC9B4E;
}
.BgClassName
{
background-color: #BC9B4E;
}
</style>
border-color css
<style>
span { border-color: #BC9B4E; }
span { border-color: rgb(188,155,78); }
td.TdClassName
{
border-color: #BC9B4E;
}
.TagClassName
{
border-color: #BC9B4E;
}
</style>