Shades of Barley Corn #B7925C
Tints of Barley Corn #B7925C
RGB
CMYK
RGB Variations
Color information
#B7925C (or 0xB7925C) is known color: Barley Corn. HEX triplet: B7, 92 and 5C. RGB value is (183,146,92). Sum of RGB (Red+Green+Blue) = 183+146+92=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 92 (36.33% from 255 or 21.85% from 421); Max value from RGB is 183 - color contains mainly: red. Hex color #B7925C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7925C is #486DA3. Grayscale: #979797. Windows color (decimal): -4746660 or 6066871. OLE color: 6066871.
HSL color Cylindrical-coordinate representation of color #B7925C: hue angle of 35.6º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B7925C is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 146 | 92 | - |
| CMYK | 0 | 0.20 | 0.50 | 0.28 |
| HSL | 35.6º | 0.39% | 0.54% | - |
| HSV(B) | 35.6º | 0.5% | 0.72% | - |
| XYZ | 31.74 | 31.4 | 14.51 | - |
| YUV | 150.91 | 94.76 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 146 | 92 | 0 | 0.20 | 0.50 | 0.28 | 35.6 | 0.39 | 0.54 |
| Hex | B7 | 92 | 5C | 0 | 14 | 32 | 1C | 24 | 27 | 36 |
| Octal | 267 | 222 | 134 | 0 | 24 | 62 | 34 | 44 | 47 | 66 |
| Binary | 10110111 | 10010010 | 1011100 | 0 | 10100 | 110010 | 11100 | 100100 | 100111 | 110110 |
Color Harmonies of #B7925C
Complementary color
Monochromatic Colors of #B7925C
Black with #B7925C
Text Example
Text Example
White with #B7925C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7925C; }
p { color: rgb(183,146,92); }
H1.HeaderClassName
{
color: #B7925C;
}
.AnyTagClassName
{
color: #B7925C;
}
</style>
background-color css
<style>
a { background-color: #B7925C; }
a { background-color: rgb(183,146,92); }
div.DivClassName
{
background-color: #B7925C;
}
.BgClassName
{
background-color: #B7925C;
}
</style>
border-color css
<style>
span { border-color: #B7925C; }
span { border-color: rgb(183,146,92); }
td.TdClassName
{
border-color: #B7925C;
}
.TagClassName
{
border-color: #B7925C;
}
</style>