Shades of Barley Corn #B49C5C
Tints of Barley Corn #B49C5C
RGB
CMYK
RGB Variations
Color information
#B49C5C (or 0xB49C5C) is known color: Barley Corn. HEX triplet: B4, 9C and 5C. RGB value is (180,156,92). Sum of RGB (Red+Green+Blue) = 180+156+92=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 156 (61.33% from 255 or 36.45% from 428); Blue value is 92 (36.33% from 255 or 21.50% from 428); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49C5C is #4B63A3. Grayscale: #9C9C9C. Windows color (decimal): -4940708 or 6069428. OLE color: 6069428.
HSL color Cylindrical-coordinate representation of color #B49C5C: hue angle of 43.64º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B49C5C is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 156 | 92 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.29 |
| HSL | 43.64º | 0.37% | 0.53% | - |
| HSV(B) | 43.64º | 0.49% | 0.71% | - |
| XYZ | 32.64 | 34.25 | 15.02 | - |
| YUV | 155.88 | 91.95 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 156 | 92 | 0 | 0.13 | 0.49 | 0.29 | 43.64 | 0.37 | 0.53 |
| Hex | B4 | 9C | 5C | 0 | D | 31 | 1D | 2C | 25 | 35 |
| Octal | 264 | 234 | 134 | 0 | 15 | 61 | 35 | 54 | 45 | 65 |
| Binary | 10110100 | 10011100 | 1011100 | 0 | 1101 | 110001 | 11101 | 101100 | 100101 | 110101 |
Color Harmonies of #B49C5C
Complementary color
Monochromatic Colors of #B49C5C
Black with #B49C5C
Text Example
Text Example
White with #B49C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49C5C; }
p { color: rgb(180,156,92); }
H1.HeaderClassName
{
color: #B49C5C;
}
.AnyTagClassName
{
color: #B49C5C;
}
</style>
background-color css
<style>
a { background-color: #B49C5C; }
a { background-color: rgb(180,156,92); }
div.DivClassName
{
background-color: #B49C5C;
}
.BgClassName
{
background-color: #B49C5C;
}
</style>
border-color css
<style>
span { border-color: #B49C5C; }
span { border-color: rgb(180,156,92); }
td.TdClassName
{
border-color: #B49C5C;
}
.TagClassName
{
border-color: #B49C5C;
}
</style>