Shades of Barley Corn #B68A57
Tints of Barley Corn #B68A57
RGB
CMYK
RGB Variations
Color information
#B68A57 (or 0xB68A57) is known color: Barley Corn. HEX triplet: B6, 8A and 57. RGB value is (182,138,87). Sum of RGB (Red+Green+Blue) = 182+138+87=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 87 (34.38% from 255 or 21.38% from 407); Max value from RGB is 182 - color contains mainly: red. Hex color #B68A57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68A57 is #4975A8. Grayscale: #919191. Windows color (decimal): -4814249 or 5737142. OLE color: 5737142.
HSL color Cylindrical-coordinate representation of color #B68A57: hue angle of 32.21º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B68A57 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 138 | 87 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.29 |
| HSL | 32.21º | 0.39% | 0.53% | - |
| HSV(B) | 32.21º | 0.52% | 0.71% | - |
| XYZ | 30.1 | 28.81 | 12.99 | - |
| YUV | 145.34 | 95.08 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 138 | 87 | 0 | 0.24 | 0.52 | 0.29 | 32.21 | 0.39 | 0.53 |
| Hex | B6 | 8A | 57 | 0 | 18 | 34 | 1D | 20 | 27 | 35 |
| Octal | 266 | 212 | 127 | 0 | 30 | 64 | 35 | 40 | 47 | 65 |
| Binary | 10110110 | 10001010 | 1010111 | 0 | 11000 | 110100 | 11101 | 100000 | 100111 | 110101 |
Color Harmonies of #B68A57
Complementary color
Monochromatic Colors of #B68A57
Black with #B68A57
Text Example
Text Example
White with #B68A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68A57; }
p { color: rgb(182,138,87); }
H1.HeaderClassName
{
color: #B68A57;
}
.AnyTagClassName
{
color: #B68A57;
}
</style>
background-color css
<style>
a { background-color: #B68A57; }
a { background-color: rgb(182,138,87); }
div.DivClassName
{
background-color: #B68A57;
}
.BgClassName
{
background-color: #B68A57;
}
</style>
border-color css
<style>
span { border-color: #B68A57; }
span { border-color: rgb(182,138,87); }
td.TdClassName
{
border-color: #B68A57;
}
.TagClassName
{
border-color: #B68A57;
}
</style>