Shades of Barley Corn #B68759
Tints of Barley Corn #B68759
RGB
CMYK
RGB Variations
Color information
#B68759 (or 0xB68759) is known color: Barley Corn. HEX triplet: B6, 87 and 59. RGB value is (182,135,89). Sum of RGB (Red+Green+Blue) = 182+135+89=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 135 (53.12% from 255 or 33.25% from 406); Blue value is 89 (35.16% from 255 or 21.92% from 406); Max value from RGB is 182 - color contains mainly: red. Hex color #B68759 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68759 is #4978A6. Grayscale: #909090. Windows color (decimal): -4815015 or 5867446. OLE color: 5867446.
HSL color Cylindrical-coordinate representation of color #B68759: hue angle of 29.68º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B68759 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 135 | 89 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.29 |
| HSL | 29.68º | 0.39% | 0.53% | - |
| HSV(B) | 29.68º | 0.51% | 0.71% | - |
| XYZ | 29.76 | 27.99 | 13.29 | - |
| YUV | 143.81 | 97.07 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 135 | 89 | 0 | 0.26 | 0.51 | 0.29 | 29.68 | 0.39 | 0.53 |
| Hex | B6 | 87 | 59 | 0 | 1A | 33 | 1D | 1E | 27 | 35 |
| Octal | 266 | 207 | 131 | 0 | 32 | 63 | 35 | 36 | 47 | 65 |
| Binary | 10110110 | 10000111 | 1011001 | 0 | 11010 | 110011 | 11101 | 11110 | 100111 | 110101 |
Color Harmonies of #B68759
Complementary color
Monochromatic Colors of #B68759
Black with #B68759
Text Example
Text Example
White with #B68759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68759; }
p { color: rgb(182,135,89); }
H1.HeaderClassName
{
color: #B68759;
}
.AnyTagClassName
{
color: #B68759;
}
</style>
background-color css
<style>
a { background-color: #B68759; }
a { background-color: rgb(182,135,89); }
div.DivClassName
{
background-color: #B68759;
}
.BgClassName
{
background-color: #B68759;
}
</style>
border-color css
<style>
span { border-color: #B68759; }
span { border-color: rgb(182,135,89); }
td.TdClassName
{
border-color: #B68759;
}
.TagClassName
{
border-color: #B68759;
}
</style>