Shades of Barley Corn #B8975A
Tints of Barley Corn #B8975A
RGB
CMYK
RGB Variations
Color information
#B8975A (or 0xB8975A) is known color: Barley Corn. HEX triplet: B8, 97 and 5A. RGB value is (184,151,90). Sum of RGB (Red+Green+Blue) = 184+151+90=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 151 (59.38% from 255 or 35.53% from 425); Blue value is 90 (35.55% from 255 or 21.18% from 425); Max value from RGB is 184 - color contains mainly: red. Hex color #B8975A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8975A is #4768A5. Grayscale: #9A9A9A. Windows color (decimal): -4679846 or 5937080. OLE color: 5937080.
HSL color Cylindrical-coordinate representation of color #B8975A: hue angle of 38.94º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B8975A is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 151 | 90 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.28 |
| HSL | 38.94º | 0.4% | 0.54% | - |
| HSV(B) | 38.94º | 0.51% | 0.72% | - |
| XYZ | 32.68 | 33.06 | 14.33 | - |
| YUV | 153.91 | 91.93 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 151 | 90 | 0 | 0.18 | 0.51 | 0.28 | 38.94 | 0.4 | 0.54 |
| Hex | B8 | 97 | 5A | 0 | 12 | 33 | 1C | 27 | 28 | 36 |
| Octal | 270 | 227 | 132 | 0 | 22 | 63 | 34 | 47 | 50 | 66 |
| Binary | 10111000 | 10010111 | 1011010 | 0 | 10010 | 110011 | 11100 | 100111 | 101000 | 110110 |
Color Harmonies of #B8975A
Complementary color
Monochromatic Colors of #B8975A
Black with #B8975A
Text Example
Text Example
White with #B8975A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8975A; }
p { color: rgb(184,151,90); }
H1.HeaderClassName
{
color: #B8975A;
}
.AnyTagClassName
{
color: #B8975A;
}
</style>
background-color css
<style>
a { background-color: #B8975A; }
a { background-color: rgb(184,151,90); }
div.DivClassName
{
background-color: #B8975A;
}
.BgClassName
{
background-color: #B8975A;
}
</style>
border-color css
<style>
span { border-color: #B8975A; }
span { border-color: rgb(184,151,90); }
td.TdClassName
{
border-color: #B8975A;
}
.TagClassName
{
border-color: #B8975A;
}
</style>