Shades of Husk #BC9B4A
Tints of Husk #BC9B4A
RGB
CMYK
RGB Variations
Color information
#BC9B4A (or 0xBC9B4A) is known color: Husk. HEX triplet: BC, 9B and 4A. RGB value is (188,155,74). Sum of RGB (Red+Green+Blue) = 188+155+74=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 74 (29.30% from 255 or 17.75% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9B4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9B4A is #4364B5. Grayscale: #9B9B9B. Windows color (decimal): -4416694 or 4889532. OLE color: 4889532.
HSL color Cylindrical-coordinate representation of color #BC9B4A: hue angle of 42.63º 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 #BC9B4A is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 155 | 74 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.26 |
| HSL | 42.63º | 0.46% | 0.51% | - |
| HSV(B) | 42.63º | 0.61% | 0.74% | - |
| XYZ | 33.7 | 34.63 | 11.39 | - |
| YUV | 155.63 | 81.93 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 155 | 74 | 0 | 0.18 | 0.61 | 0.26 | 42.63 | 0.46 | 0.51 |
| Hex | BC | 9B | 4A | 0 | 12 | 3D | 1A | 2B | 2E | 33 |
| Octal | 274 | 233 | 112 | 0 | 22 | 75 | 32 | 53 | 56 | 63 |
| Binary | 10111100 | 10011011 | 1001010 | 0 | 10010 | 111101 | 11010 | 101011 | 101110 | 110011 |
Color Harmonies of #BC9B4A
Complementary color
Monochromatic Colors of #BC9B4A
Black with #BC9B4A
Text Example
Text Example
White with #BC9B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9B4A; }
p { color: rgb(188,155,74); }
H1.HeaderClassName
{
color: #BC9B4A;
}
.AnyTagClassName
{
color: #BC9B4A;
}
</style>
background-color css
<style>
a { background-color: #BC9B4A; }
a { background-color: rgb(188,155,74); }
div.DivClassName
{
background-color: #BC9B4A;
}
.BgClassName
{
background-color: #BC9B4A;
}
</style>
border-color css
<style>
span { border-color: #BC9B4A; }
span { border-color: rgb(188,155,74); }
td.TdClassName
{
border-color: #BC9B4A;
}
.TagClassName
{
border-color: #BC9B4A;
}
</style>