Shades of Barley Corn #BC995A
Tints of Barley Corn #BC995A
RGB
CMYK
RGB Variations
Color information
#BC995A (or 0xBC995A) is known color: Barley Corn. HEX triplet: BC, 99 and 5A. RGB value is (188,153,90). Sum of RGB (Red+Green+Blue) = 188+153+90=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 90 (35.55% from 255 or 20.88% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC995A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC995A is #4366A5. Grayscale: #9C9C9C. Windows color (decimal): -4417190 or 5937596. OLE color: 5937596.
HSL color Cylindrical-coordinate representation of color #BC995A: hue angle of 38.57º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC995A is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 153 | 90 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.26 |
| HSL | 38.57º | 0.42% | 0.55% | - |
| HSV(B) | 38.57º | 0.52% | 0.74% | - |
| XYZ | 33.98 | 34.21 | 14.49 | - |
| YUV | 156.28 | 90.6 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 153 | 90 | 0 | 0.19 | 0.52 | 0.26 | 38.57 | 0.42 | 0.55 |
| Hex | BC | 99 | 5A | 0 | 13 | 34 | 1A | 27 | 2A | 37 |
| Octal | 274 | 231 | 132 | 0 | 23 | 64 | 32 | 47 | 52 | 67 |
| Binary | 10111100 | 10011001 | 1011010 | 0 | 10011 | 110100 | 11010 | 100111 | 101010 | 110111 |
Color Harmonies of #BC995A
Complementary color
Monochromatic Colors of #BC995A
Black with #BC995A
Text Example
Text Example
White with #BC995A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC995A; }
p { color: rgb(188,153,90); }
H1.HeaderClassName
{
color: #BC995A;
}
.AnyTagClassName
{
color: #BC995A;
}
</style>
background-color css
<style>
a { background-color: #BC995A; }
a { background-color: rgb(188,153,90); }
div.DivClassName
{
background-color: #BC995A;
}
.BgClassName
{
background-color: #BC995A;
}
</style>
border-color css
<style>
span { border-color: #BC995A; }
span { border-color: rgb(188,153,90); }
td.TdClassName
{
border-color: #BC995A;
}
.TagClassName
{
border-color: #BC995A;
}
</style>