Shades of Barley Corn #B48F64
Tints of Barley Corn #B48F64
RGB
CMYK
RGB Variations
Color information
#B48F64 (or 0xB48F64) is known color: Barley Corn. HEX triplet: B4, 8F and 64. RGB value is (180,143,100). Sum of RGB (Red+Green+Blue) = 180+143+100=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 100 (39.45% from 255 or 23.64% from 423); Max value from RGB is 180 - color contains mainly: red. Hex color #B48F64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48F64 is #4B709B. Grayscale: #959595. Windows color (decimal): -4944028 or 6590388. OLE color: 6590388.
HSL color Cylindrical-coordinate representation of color #B48F64: hue angle of 32.25º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B48F64 is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 143 | 100 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.29 |
| HSL | 32.25º | 0.35% | 0.55% | - |
| HSV(B) | 32.25º | 0.44% | 0.71% | - |
| XYZ | 30.95 | 30.27 | 16.27 | - |
| YUV | 149.16 | 100.26 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 143 | 100 | 0 | 0.21 | 0.44 | 0.29 | 32.25 | 0.35 | 0.55 |
| Hex | B4 | 8F | 64 | 0 | 15 | 2C | 1D | 20 | 23 | 37 |
| Octal | 264 | 217 | 144 | 0 | 25 | 54 | 35 | 40 | 43 | 67 |
| Binary | 10110100 | 10001111 | 1100100 | 0 | 10101 | 101100 | 11101 | 100000 | 100011 | 110111 |
Color Harmonies of #B48F64
Complementary color
Monochromatic Colors of #B48F64
Black with #B48F64
Text Example
Text Example
White with #B48F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48F64; }
p { color: rgb(180,143,100); }
H1.HeaderClassName
{
color: #B48F64;
}
.AnyTagClassName
{
color: #B48F64;
}
</style>
background-color css
<style>
a { background-color: #B48F64; }
a { background-color: rgb(180,143,100); }
div.DivClassName
{
background-color: #B48F64;
}
.BgClassName
{
background-color: #B48F64;
}
</style>
border-color css
<style>
span { border-color: #B48F64; }
span { border-color: rgb(180,143,100); }
td.TdClassName
{
border-color: #B48F64;
}
.TagClassName
{
border-color: #B48F64;
}
</style>