Shades of Barley Corn #B7995A
Tints of Barley Corn #B7995A
RGB
CMYK
RGB Variations
Color information
#B7995A (or 0xB7995A) is known color: Barley Corn. HEX triplet: B7, 99 and 5A. RGB value is (183,153,90). Sum of RGB (Red+Green+Blue) = 183+153+90=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 153 (60.16% from 255 or 35.92% from 426); Blue value is 90 (35.55% from 255 or 21.13% from 426); Max value from RGB is 183 - color contains mainly: red. Hex color #B7995A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7995A is #4866A5. Grayscale: #9B9B9B. Windows color (decimal): -4744870 or 5937591. OLE color: 5937591.
HSL color Cylindrical-coordinate representation of color #B7995A: hue angle of 40.65º degrees, saturation: 0.39, 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 #B7995A is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 153 | 90 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.28 |
| HSL | 40.65º | 0.39% | 0.54% | - |
| HSV(B) | 40.65º | 0.51% | 0.72% | - |
| XYZ | 32.77 | 33.59 | 14.43 | - |
| YUV | 154.79 | 91.44 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 153 | 90 | 0 | 0.16 | 0.51 | 0.28 | 40.65 | 0.39 | 0.54 |
| Hex | B7 | 99 | 5A | 0 | 10 | 33 | 1C | 29 | 27 | 36 |
| Octal | 267 | 231 | 132 | 0 | 20 | 63 | 34 | 51 | 47 | 66 |
| Binary | 10110111 | 10011001 | 1011010 | 0 | 10000 | 110011 | 11100 | 101001 | 100111 | 110110 |
Color Harmonies of #B7995A
Complementary color
Monochromatic Colors of #B7995A
Black with #B7995A
Text Example
Text Example
White with #B7995A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7995A; }
p { color: rgb(183,153,90); }
H1.HeaderClassName
{
color: #B7995A;
}
.AnyTagClassName
{
color: #B7995A;
}
</style>
background-color css
<style>
a { background-color: #B7995A; }
a { background-color: rgb(183,153,90); }
div.DivClassName
{
background-color: #B7995A;
}
.BgClassName
{
background-color: #B7995A;
}
</style>
border-color css
<style>
span { border-color: #B7995A; }
span { border-color: rgb(183,153,90); }
td.TdClassName
{
border-color: #B7995A;
}
.TagClassName
{
border-color: #B7995A;
}
</style>