Shades of Barley Corn #B88B67
Tints of Barley Corn #B88B67
RGB
CMYK
RGB Variations
Color information
#B88B67 (or 0xB88B67) is known color: Barley Corn. HEX triplet: B8, 8B and 67. RGB value is (184,139,103). Sum of RGB (Red+Green+Blue) = 184+139+103=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 103 (40.62% from 255 or 24.18% from 426); Max value from RGB is 184 - color contains mainly: red. Hex color #B88B67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88B67 is #477498. Grayscale: #949494. Windows color (decimal): -4682905 or 6785976. OLE color: 6785976.
HSL color Cylindrical-coordinate representation of color #B88B67: hue angle of 26.67º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B88B67 is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 139 | 103 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.28 |
| HSL | 26.67º | 0.36% | 0.56% | - |
| HSV(B) | 26.67º | 0.44% | 0.72% | - |
| XYZ | 31.45 | 29.63 | 16.89 | - |
| YUV | 148.35 | 102.41 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 139 | 103 | 0 | 0.24 | 0.44 | 0.28 | 26.67 | 0.36 | 0.56 |
| Hex | B8 | 8B | 67 | 0 | 18 | 2C | 1C | 1B | 24 | 38 |
| Octal | 270 | 213 | 147 | 0 | 30 | 54 | 34 | 33 | 44 | 70 |
| Binary | 10111000 | 10001011 | 1100111 | 0 | 11000 | 101100 | 11100 | 11011 | 100100 | 111000 |
Color Harmonies of #B88B67
Complementary color
Monochromatic Colors of #B88B67
Black with #B88B67
Text Example
Text Example
White with #B88B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88B67; }
p { color: rgb(184,139,103); }
H1.HeaderClassName
{
color: #B88B67;
}
.AnyTagClassName
{
color: #B88B67;
}
</style>
background-color css
<style>
a { background-color: #B88B67; }
a { background-color: rgb(184,139,103); }
div.DivClassName
{
background-color: #B88B67;
}
.BgClassName
{
background-color: #B88B67;
}
</style>
border-color css
<style>
span { border-color: #B88B67; }
span { border-color: rgb(184,139,103); }
td.TdClassName
{
border-color: #B88B67;
}
.TagClassName
{
border-color: #B88B67;
}
</style>