Shades of Barley Corn #B69F67
Tints of Barley Corn #B69F67
RGB
CMYK
RGB Variations
Color information
#B69F67 (or 0xB69F67) is known color: Barley Corn. HEX triplet: B6, 9F and 67. RGB value is (182,159,103). Sum of RGB (Red+Green+Blue) = 182+159+103=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 159 (62.5% from 255 or 35.81% from 444); Blue value is 103 (40.62% from 255 or 23.20% from 444); Max value from RGB is 182 - color contains mainly: red. Hex color #B69F67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69F67 is #496098. Grayscale: #9F9F9F. Windows color (decimal): -4808857 or 6791094. OLE color: 6791094.
HSL color Cylindrical-coordinate representation of color #B69F67: hue angle of 42.53º 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 #B69F67 is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 159 | 103 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.29 |
| HSL | 42.53º | 0.35% | 0.56% | - |
| HSV(B) | 42.53º | 0.43% | 0.71% | - |
| XYZ | 34.14 | 35.72 | 17.93 | - |
| YUV | 159.49 | 96.12 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 159 | 103 | 0 | 0.13 | 0.43 | 0.29 | 42.53 | 0.35 | 0.56 |
| Hex | B6 | 9F | 67 | 0 | D | 2B | 1D | 2B | 23 | 38 |
| Octal | 266 | 237 | 147 | 0 | 15 | 53 | 35 | 53 | 43 | 70 |
| Binary | 10110110 | 10011111 | 1100111 | 0 | 1101 | 101011 | 11101 | 101011 | 100011 | 111000 |
Color Harmonies of #B69F67
Complementary color
Monochromatic Colors of #B69F67
Black with #B69F67
Text Example
Text Example
White with #B69F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69F67; }
p { color: rgb(182,159,103); }
H1.HeaderClassName
{
color: #B69F67;
}
.AnyTagClassName
{
color: #B69F67;
}
</style>
background-color css
<style>
a { background-color: #B69F67; }
a { background-color: rgb(182,159,103); }
div.DivClassName
{
background-color: #B69F67;
}
.BgClassName
{
background-color: #B69F67;
}
</style>
border-color css
<style>
span { border-color: #B69F67; }
span { border-color: rgb(182,159,103); }
td.TdClassName
{
border-color: #B69F67;
}
.TagClassName
{
border-color: #B69F67;
}
</style>