Shades of Barley Corn #B69E61
Tints of Barley Corn #B69E61
RGB
CMYK
RGB Variations
Color information
#B69E61 (or 0xB69E61) is known color: Barley Corn. HEX triplet: B6, 9E and 61. RGB value is (182,158,97). Sum of RGB (Red+Green+Blue) = 182+158+97=437 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.65% from 437); Green value is 158 (62.11% from 255 or 36.16% from 437); Blue value is 97 (38.28% from 255 or 22.20% from 437); Max value from RGB is 182 - color contains mainly: red. Hex color #B69E61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69E61 is #49619E. Grayscale: #9E9E9E. Windows color (decimal): -4809119 or 6397622. OLE color: 6397622.
HSL color Cylindrical-coordinate representation of color #B69E61: hue angle of 43.06º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B69E61 is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 158 | 97 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.29 |
| HSL | 43.06º | 0.37% | 0.55% | - |
| HSV(B) | 43.06º | 0.47% | 0.71% | - |
| XYZ | 33.68 | 35.26 | 16.34 | - |
| YUV | 158.22 | 93.45 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 158 | 97 | 0 | 0.13 | 0.47 | 0.29 | 43.06 | 0.37 | 0.55 |
| Hex | B6 | 9E | 61 | 0 | D | 2F | 1D | 2B | 25 | 37 |
| Octal | 266 | 236 | 141 | 0 | 15 | 57 | 35 | 53 | 45 | 67 |
| Binary | 10110110 | 10011110 | 1100001 | 0 | 1101 | 101111 | 11101 | 101011 | 100101 | 110111 |
Color Harmonies of #B69E61
Complementary color
Monochromatic Colors of #B69E61
Black with #B69E61
Text Example
Text Example
White with #B69E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69E61; }
p { color: rgb(182,158,97); }
H1.HeaderClassName
{
color: #B69E61;
}
.AnyTagClassName
{
color: #B69E61;
}
</style>
background-color css
<style>
a { background-color: #B69E61; }
a { background-color: rgb(182,158,97); }
div.DivClassName
{
background-color: #B69E61;
}
.BgClassName
{
background-color: #B69E61;
}
</style>
border-color css
<style>
span { border-color: #B69E61; }
span { border-color: rgb(182,158,97); }
td.TdClassName
{
border-color: #B69E61;
}
.TagClassName
{
border-color: #B69E61;
}
</style>