Shades of Barley Corn #B68F65
Tints of Barley Corn #B68F65
RGB
CMYK
RGB Variations
Color information
#B68F65 (or 0xB68F65) is known color: Barley Corn. HEX triplet: B6, 8F and 65. RGB value is (182,143,101). Sum of RGB (Red+Green+Blue) = 182+143+101=426 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.72% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 101 (39.84% from 255 or 23.71% from 426); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68F65 is #49709A. Grayscale: #969696. Windows color (decimal): -4812955 or 6655926. OLE color: 6655926.
HSL color Cylindrical-coordinate representation of color #B68F65: hue angle of 31.11º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B68F65 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 143 | 101 | - |
| CMYK | 0 | 0.21 | 0.45 | 0.29 |
| HSL | 31.11º | 0.36% | 0.55% | - |
| HSV(B) | 31.11º | 0.45% | 0.71% | - |
| XYZ | 31.46 | 30.53 | 16.55 | - |
| YUV | 149.87 | 100.42 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 143 | 101 | 0 | 0.21 | 0.45 | 0.29 | 31.11 | 0.36 | 0.55 |
| Hex | B6 | 8F | 65 | 0 | 15 | 2D | 1D | 1F | 24 | 37 |
| Octal | 266 | 217 | 145 | 0 | 25 | 55 | 35 | 37 | 44 | 67 |
| Binary | 10110110 | 10001111 | 1100101 | 0 | 10101 | 101101 | 11101 | 11111 | 100100 | 110111 |
Color Harmonies of #B68F65
Complementary color
Monochromatic Colors of #B68F65
Black with #B68F65
Text Example
Text Example
White with #B68F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68F65; }
p { color: rgb(182,143,101); }
H1.HeaderClassName
{
color: #B68F65;
}
.AnyTagClassName
{
color: #B68F65;
}
</style>
background-color css
<style>
a { background-color: #B68F65; }
a { background-color: rgb(182,143,101); }
div.DivClassName
{
background-color: #B68F65;
}
.BgClassName
{
background-color: #B68F65;
}
</style>
border-color css
<style>
span { border-color: #B68F65; }
span { border-color: rgb(182,143,101); }
td.TdClassName
{
border-color: #B68F65;
}
.TagClassName
{
border-color: #B68F65;
}
</style>