Shades of Barley Corn #B69A5F
Tints of Barley Corn #B69A5F
RGB
CMYK
RGB Variations
Color information
#B69A5F (or 0xB69A5F) is known color: Barley Corn. HEX triplet: B6, 9A and 5F. RGB value is (182,154,95). Sum of RGB (Red+Green+Blue) = 182+154+95=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 154 (60.55% from 255 or 35.73% from 431); Blue value is 95 (37.5% from 255 or 22.04% from 431); Max value from RGB is 182 - color contains mainly: red. Hex color #B69A5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69A5F is #4965A0. Grayscale: #9B9B9B. Windows color (decimal): -4810145 or 6265526. OLE color: 6265526.
HSL color Cylindrical-coordinate representation of color #B69A5F: hue angle of 40.69º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B69A5F is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 154 | 95 | - |
| CMYK | 0 | 0.15 | 0.48 | 0.29 |
| HSL | 40.69º | 0.37% | 0.54% | - |
| HSV(B) | 40.69º | 0.48% | 0.71% | - |
| XYZ | 32.91 | 33.88 | 15.63 | - |
| YUV | 155.65 | 93.78 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 154 | 95 | 0 | 0.15 | 0.48 | 0.29 | 40.69 | 0.37 | 0.54 |
| Hex | B6 | 9A | 5F | 0 | F | 30 | 1D | 29 | 25 | 36 |
| Octal | 266 | 232 | 137 | 0 | 17 | 60 | 35 | 51 | 45 | 66 |
| Binary | 10110110 | 10011010 | 1011111 | 0 | 1111 | 110000 | 11101 | 101001 | 100101 | 110110 |
Color Harmonies of #B69A5F
Complementary color
Monochromatic Colors of #B69A5F
Black with #B69A5F
Text Example
Text Example
White with #B69A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69A5F; }
p { color: rgb(182,154,95); }
H1.HeaderClassName
{
color: #B69A5F;
}
.AnyTagClassName
{
color: #B69A5F;
}
</style>
background-color css
<style>
a { background-color: #B69A5F; }
a { background-color: rgb(182,154,95); }
div.DivClassName
{
background-color: #B69A5F;
}
.BgClassName
{
background-color: #B69A5F;
}
</style>
border-color css
<style>
span { border-color: #B69A5F; }
span { border-color: rgb(182,154,95); }
td.TdClassName
{
border-color: #B69A5F;
}
.TagClassName
{
border-color: #B69A5F;
}
</style>