Shades of Barley Corn #B8965C
Tints of Barley Corn #B8965C
RGB
CMYK
RGB Variations
Color information
#B8965C (or 0xB8965C) is known color: Barley Corn. HEX triplet: B8, 96 and 5C. RGB value is (184,150,92). Sum of RGB (Red+Green+Blue) = 184+150+92=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 92 (36.33% from 255 or 21.60% from 426); Max value from RGB is 184 - color contains mainly: red. Hex color #B8965C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8965C is #4769A3. Grayscale: #999999. Windows color (decimal): -4680100 or 6067896. OLE color: 6067896.
HSL color Cylindrical-coordinate representation of color #B8965C: hue angle of 37.83º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B8965C is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 150 | 92 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.28 |
| HSL | 37.83º | 0.39% | 0.54% | - |
| HSV(B) | 37.83º | 0.5% | 0.72% | - |
| XYZ | 32.61 | 32.78 | 14.73 | - |
| YUV | 153.55 | 93.26 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 150 | 92 | 0 | 0.18 | 0.50 | 0.28 | 37.83 | 0.39 | 0.54 |
| Hex | B8 | 96 | 5C | 0 | 12 | 32 | 1C | 26 | 27 | 36 |
| Octal | 270 | 226 | 134 | 0 | 22 | 62 | 34 | 46 | 47 | 66 |
| Binary | 10111000 | 10010110 | 1011100 | 0 | 10010 | 110010 | 11100 | 100110 | 100111 | 110110 |
Color Harmonies of #B8965C
Complementary color
Monochromatic Colors of #B8965C
Black with #B8965C
Text Example
Text Example
White with #B8965C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8965C; }
p { color: rgb(184,150,92); }
H1.HeaderClassName
{
color: #B8965C;
}
.AnyTagClassName
{
color: #B8965C;
}
</style>
background-color css
<style>
a { background-color: #B8965C; }
a { background-color: rgb(184,150,92); }
div.DivClassName
{
background-color: #B8965C;
}
.BgClassName
{
background-color: #B8965C;
}
</style>
border-color css
<style>
span { border-color: #B8965C; }
span { border-color: rgb(184,150,92); }
td.TdClassName
{
border-color: #B8965C;
}
.TagClassName
{
border-color: #B8965C;
}
</style>