Shades of Barley Corn #B7905E
Tints of Barley Corn #B7905E
RGB
CMYK
RGB Variations
Color information
#B7905E (or 0xB7905E) is known color: Barley Corn. HEX triplet: B7, 90 and 5E. RGB value is (183,144,94). Sum of RGB (Red+Green+Blue) = 183+144+94=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 94 (37.11% from 255 or 22.33% from 421); Max value from RGB is 183 - color contains mainly: red. Hex color #B7905E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7905E is #486FA1. Grayscale: #969696. Windows color (decimal): -4747170 or 6197431. OLE color: 6197431.
HSL color Cylindrical-coordinate representation of color #B7905E: hue angle of 33.71º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B7905E is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 144 | 94 | - |
| CMYK | 0 | 0.21 | 0.49 | 0.28 |
| HSL | 33.71º | 0.38% | 0.54% | - |
| HSV(B) | 33.71º | 0.49% | 0.72% | - |
| XYZ | 31.52 | 30.82 | 14.88 | - |
| YUV | 149.96 | 96.42 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 144 | 94 | 0 | 0.21 | 0.49 | 0.28 | 33.71 | 0.38 | 0.54 |
| Hex | B7 | 90 | 5E | 0 | 15 | 31 | 1C | 22 | 26 | 36 |
| Octal | 267 | 220 | 136 | 0 | 25 | 61 | 34 | 42 | 46 | 66 |
| Binary | 10110111 | 10010000 | 1011110 | 0 | 10101 | 110001 | 11100 | 100010 | 100110 | 110110 |
Color Harmonies of #B7905E
Complementary color
Monochromatic Colors of #B7905E
Black with #B7905E
Text Example
Text Example
White with #B7905E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7905E; }
p { color: rgb(183,144,94); }
H1.HeaderClassName
{
color: #B7905E;
}
.AnyTagClassName
{
color: #B7905E;
}
</style>
background-color css
<style>
a { background-color: #B7905E; }
a { background-color: rgb(183,144,94); }
div.DivClassName
{
background-color: #B7905E;
}
.BgClassName
{
background-color: #B7905E;
}
</style>
border-color css
<style>
span { border-color: #B7905E; }
span { border-color: rgb(183,144,94); }
td.TdClassName
{
border-color: #B7905E;
}
.TagClassName
{
border-color: #B7905E;
}
</style>