Shades of Barley Corn #B69B62
Tints of Barley Corn #B69B62
RGB
CMYK
RGB Variations
Color information
#B69B62 (or 0xB69B62) is known color: Barley Corn. HEX triplet: B6, 9B and 62. RGB value is (182,155,98). Sum of RGB (Red+Green+Blue) = 182+155+98=435 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.84% from 435); Green value is 155 (60.94% from 255 or 35.63% from 435); Blue value is 98 (38.67% from 255 or 22.53% from 435); Max value from RGB is 182 - color contains mainly: red. Hex color #B69B62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69B62 is #49649D. Grayscale: #9C9C9C. Windows color (decimal): -4809886 or 6462390. OLE color: 6462390.
HSL color Cylindrical-coordinate representation of color #B69B62: hue angle of 40.71º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B69B62 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 155 | 98 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.29 |
| HSL | 40.71º | 0.37% | 0.55% | - |
| HSV(B) | 40.71º | 0.46% | 0.71% | - |
| XYZ | 33.22 | 34.27 | 16.42 | - |
| YUV | 156.58 | 94.95 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 155 | 98 | 0 | 0.15 | 0.46 | 0.29 | 40.71 | 0.37 | 0.55 |
| Hex | B6 | 9B | 62 | 0 | F | 2E | 1D | 29 | 25 | 37 |
| Octal | 266 | 233 | 142 | 0 | 17 | 56 | 35 | 51 | 45 | 67 |
| Binary | 10110110 | 10011011 | 1100010 | 0 | 1111 | 101110 | 11101 | 101001 | 100101 | 110111 |
Color Harmonies of #B69B62
Complementary color
Monochromatic Colors of #B69B62
Black with #B69B62
Text Example
Text Example
White with #B69B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69B62; }
p { color: rgb(182,155,98); }
H1.HeaderClassName
{
color: #B69B62;
}
.AnyTagClassName
{
color: #B69B62;
}
</style>
background-color css
<style>
a { background-color: #B69B62; }
a { background-color: rgb(182,155,98); }
div.DivClassName
{
background-color: #B69B62;
}
.BgClassName
{
background-color: #B69B62;
}
</style>
border-color css
<style>
span { border-color: #B69B62; }
span { border-color: rgb(182,155,98); }
td.TdClassName
{
border-color: #B69B62;
}
.TagClassName
{
border-color: #B69B62;
}
</style>