Shades of Barley Corn #B19C67
Tints of Barley Corn #B19C67
RGB
CMYK
RGB Variations
Color information
#B19C67 (or 0xB19C67) is known color: Barley Corn. HEX triplet: B1, 9C and 67. RGB value is (177,156,103). Sum of RGB (Red+Green+Blue) = 177+156+103=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 156 (61.33% from 255 or 35.78% from 436); Blue value is 103 (40.62% from 255 or 23.62% from 436); Max value from RGB is 177 - color contains mainly: red. Hex color #B19C67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19C67 is #4E6398. Grayscale: #9C9C9C. Windows color (decimal): -5137305 or 6790321. OLE color: 6790321.
HSL color Cylindrical-coordinate representation of color #B19C67: hue angle of 42.97º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B19C67 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 156 | 103 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.31 |
| HSL | 42.97º | 0.32% | 0.55% | - |
| HSV(B) | 42.97º | 0.42% | 0.69% | - |
| XYZ | 32.47 | 34.1 | 17.7 | - |
| YUV | 156.24 | 97.96 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 156 | 103 | 0 | 0.12 | 0.42 | 0.31 | 42.97 | 0.32 | 0.55 |
| Hex | B1 | 9C | 67 | 0 | C | 2A | 1F | 2B | 20 | 37 |
| Octal | 261 | 234 | 147 | 0 | 14 | 52 | 37 | 53 | 40 | 67 |
| Binary | 10110001 | 10011100 | 1100111 | 0 | 1100 | 101010 | 11111 | 101011 | 100000 | 110111 |
Color Harmonies of #B19C67
Complementary color
Monochromatic Colors of #B19C67
Black with #B19C67
Text Example
Text Example
White with #B19C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19C67; }
p { color: rgb(177,156,103); }
H1.HeaderClassName
{
color: #B19C67;
}
.AnyTagClassName
{
color: #B19C67;
}
</style>
background-color css
<style>
a { background-color: #B19C67; }
a { background-color: rgb(177,156,103); }
div.DivClassName
{
background-color: #B19C67;
}
.BgClassName
{
background-color: #B19C67;
}
</style>
border-color css
<style>
span { border-color: #B19C67; }
span { border-color: rgb(177,156,103); }
td.TdClassName
{
border-color: #B19C67;
}
.TagClassName
{
border-color: #B19C67;
}
</style>