Shades of Barley Corn #B0945A
Tints of Barley Corn #B0945A
RGB
CMYK
RGB Variations
Color information
#B0945A (or 0xB0945A) is known color: Barley Corn. HEX triplet: B0, 94 and 5A. RGB value is (176,148,90). Sum of RGB (Red+Green+Blue) = 176+148+90=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 90 (35.55% from 255 or 21.74% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B0945A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0945A is #4F6BA5. Grayscale: #969696. Windows color (decimal): -5204902 or 5936304. OLE color: 5936304.
HSL color Cylindrical-coordinate representation of color #B0945A: hue angle of 40.47º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B0945A is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 148 | 90 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.31 |
| HSL | 40.47º | 0.35% | 0.52% | - |
| HSV(B) | 40.47º | 0.49% | 0.69% | - |
| XYZ | 30.34 | 31.15 | 14.09 | - |
| YUV | 149.76 | 94.28 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 148 | 90 | 0 | 0.16 | 0.49 | 0.31 | 40.47 | 0.35 | 0.52 |
| Hex | B0 | 94 | 5A | 0 | 10 | 31 | 1F | 28 | 23 | 34 |
| Octal | 260 | 224 | 132 | 0 | 20 | 61 | 37 | 50 | 43 | 64 |
| Binary | 10110000 | 10010100 | 1011010 | 0 | 10000 | 110001 | 11111 | 101000 | 100011 | 110100 |
Color Harmonies of #B0945A
Complementary color
Monochromatic Colors of #B0945A
Black with #B0945A
Text Example
Text Example
White with #B0945A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0945A; }
p { color: rgb(176,148,90); }
H1.HeaderClassName
{
color: #B0945A;
}
.AnyTagClassName
{
color: #B0945A;
}
</style>
background-color css
<style>
a { background-color: #B0945A; }
a { background-color: rgb(176,148,90); }
div.DivClassName
{
background-color: #B0945A;
}
.BgClassName
{
background-color: #B0945A;
}
</style>
border-color css
<style>
span { border-color: #B0945A; }
span { border-color: rgb(176,148,90); }
td.TdClassName
{
border-color: #B0945A;
}
.TagClassName
{
border-color: #B0945A;
}
</style>