Shades of Barley Corn #B68C67
Tints of Barley Corn #B68C67
RGB
CMYK
RGB Variations
Color information
#B68C67 (or 0xB68C67) is known color: Barley Corn. HEX triplet: B6, 8C and 67. RGB value is (182,140,103). Sum of RGB (Red+Green+Blue) = 182+140+103=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 140 (55.08% from 255 or 32.94% from 425); Blue value is 103 (40.62% from 255 or 24.24% from 425); Max value from RGB is 182 - color contains mainly: red. Hex color #B68C67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68C67 is #497398. Grayscale: #949494. Windows color (decimal): -4813721 or 6786230. OLE color: 6786230.
HSL color Cylindrical-coordinate representation of color #B68C67: hue angle of 28.1º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B68C67 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 140 | 103 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.29 |
| HSL | 28.1º | 0.35% | 0.56% | - |
| HSV(B) | 28.1º | 0.43% | 0.71% | - |
| XYZ | 31.12 | 29.68 | 16.92 | - |
| YUV | 148.34 | 102.41 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 140 | 103 | 0 | 0.23 | 0.43 | 0.29 | 28.1 | 0.35 | 0.56 |
| Hex | B6 | 8C | 67 | 0 | 17 | 2B | 1D | 1C | 23 | 38 |
| Octal | 266 | 214 | 147 | 0 | 27 | 53 | 35 | 34 | 43 | 70 |
| Binary | 10110110 | 10001100 | 1100111 | 0 | 10111 | 101011 | 11101 | 11100 | 100011 | 111000 |
Color Harmonies of #B68C67
Complementary color
Monochromatic Colors of #B68C67
Black with #B68C67
Text Example
Text Example
White with #B68C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68C67; }
p { color: rgb(182,140,103); }
H1.HeaderClassName
{
color: #B68C67;
}
.AnyTagClassName
{
color: #B68C67;
}
</style>
background-color css
<style>
a { background-color: #B68C67; }
a { background-color: rgb(182,140,103); }
div.DivClassName
{
background-color: #B68C67;
}
.BgClassName
{
background-color: #B68C67;
}
</style>
border-color css
<style>
span { border-color: #B68C67; }
span { border-color: rgb(182,140,103); }
td.TdClassName
{
border-color: #B68C67;
}
.TagClassName
{
border-color: #B68C67;
}
</style>