Shades of Barley Corn #B39169
Tints of Barley Corn #B39169
RGB
CMYK
RGB Variations
Color information
#B39169 (or 0xB39169) is known color: Barley Corn. HEX triplet: B3, 91 and 69. RGB value is (179,145,105). Sum of RGB (Red+Green+Blue) = 179+145+105=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 105 (41.41% from 255 or 24.48% from 429); Max value from RGB is 179 - color contains mainly: red. Hex color #B39169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39169 is #4C6E96. Grayscale: #969696. Windows color (decimal): -5009047 or 6918579. OLE color: 6918579.
HSL color Cylindrical-coordinate representation of color #B39169: hue angle of 32.43º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B39169 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 145 | 105 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.30 |
| HSL | 32.43º | 0.33% | 0.56% | - |
| HSV(B) | 32.43º | 0.41% | 0.7% | - |
| XYZ | 31.27 | 30.85 | 17.67 | - |
| YUV | 150.61 | 102.26 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 145 | 105 | 0 | 0.19 | 0.41 | 0.30 | 32.43 | 0.33 | 0.56 |
| Hex | B3 | 91 | 69 | 0 | 13 | 29 | 1E | 20 | 21 | 38 |
| Octal | 263 | 221 | 151 | 0 | 23 | 51 | 36 | 40 | 41 | 70 |
| Binary | 10110011 | 10010001 | 1101001 | 0 | 10011 | 101001 | 11110 | 100000 | 100001 | 111000 |
Color Harmonies of #B39169
Complementary color
Monochromatic Colors of #B39169
Black with #B39169
Text Example
Text Example
White with #B39169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39169; }
p { color: rgb(179,145,105); }
H1.HeaderClassName
{
color: #B39169;
}
.AnyTagClassName
{
color: #B39169;
}
</style>
background-color css
<style>
a { background-color: #B39169; }
a { background-color: rgb(179,145,105); }
div.DivClassName
{
background-color: #B39169;
}
.BgClassName
{
background-color: #B39169;
}
</style>
border-color css
<style>
span { border-color: #B39169; }
span { border-color: rgb(179,145,105); }
td.TdClassName
{
border-color: #B39169;
}
.TagClassName
{
border-color: #B39169;
}
</style>