Shades of Barley Corn #B4915D
Tints of Barley Corn #B4915D
RGB
CMYK
RGB Variations
Color information
#B4915D (or 0xB4915D) is known color: Barley Corn. HEX triplet: B4, 91 and 5D. RGB value is (180,145,93). Sum of RGB (Red+Green+Blue) = 180+145+93=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 93 (36.72% from 255 or 22.25% from 418); Max value from RGB is 180 - color contains mainly: red. Hex color #B4915D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4915D is #4B6EA2. Grayscale: #959595. Windows color (decimal): -4943523 or 6132148. OLE color: 6132148.
HSL color Cylindrical-coordinate representation of color #B4915D: hue angle of 35.86º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B4915D is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 145 | 93 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.29 |
| HSL | 35.86º | 0.37% | 0.54% | - |
| HSV(B) | 35.86º | 0.48% | 0.71% | - |
| XYZ | 30.92 | 30.74 | 14.66 | - |
| YUV | 149.54 | 96.1 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 145 | 93 | 0 | 0.19 | 0.48 | 0.29 | 35.86 | 0.37 | 0.54 |
| Hex | B4 | 91 | 5D | 0 | 13 | 30 | 1D | 24 | 25 | 36 |
| Octal | 264 | 221 | 135 | 0 | 23 | 60 | 35 | 44 | 45 | 66 |
| Binary | 10110100 | 10010001 | 1011101 | 0 | 10011 | 110000 | 11101 | 100100 | 100101 | 110110 |
Color Harmonies of #B4915D
Complementary color
Monochromatic Colors of #B4915D
Black with #B4915D
Text Example
Text Example
White with #B4915D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4915D; }
p { color: rgb(180,145,93); }
H1.HeaderClassName
{
color: #B4915D;
}
.AnyTagClassName
{
color: #B4915D;
}
</style>
background-color css
<style>
a { background-color: #B4915D; }
a { background-color: rgb(180,145,93); }
div.DivClassName
{
background-color: #B4915D;
}
.BgClassName
{
background-color: #B4915D;
}
</style>
border-color css
<style>
span { border-color: #B4915D; }
span { border-color: rgb(180,145,93); }
td.TdClassName
{
border-color: #B4915D;
}
.TagClassName
{
border-color: #B4915D;
}
</style>