Shades of Barley Corn #BD995E
Tints of Barley Corn #BD995E
RGB
CMYK
RGB Variations
Color information
#BD995E (or 0xBD995E) is known color: Barley Corn. HEX triplet: BD, 99 and 5E. RGB value is (189,153,94). Sum of RGB (Red+Green+Blue) = 189+153+94=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 94 (37.11% from 255 or 21.56% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BD995E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD995E is #4266A1. Grayscale: #9D9D9D. Windows color (decimal): -4351650 or 6199741. OLE color: 6199741.
HSL color Cylindrical-coordinate representation of color #BD995E: hue angle of 37.26º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD995E is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 153 | 94 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.26 |
| HSL | 37.26º | 0.42% | 0.55% | - |
| HSV(B) | 37.26º | 0.5% | 0.74% | - |
| XYZ | 34.4 | 34.41 | 15.42 | - |
| YUV | 157.04 | 92.43 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 153 | 94 | 0 | 0.19 | 0.50 | 0.26 | 37.26 | 0.42 | 0.55 |
| Hex | BD | 99 | 5E | 0 | 13 | 32 | 1A | 25 | 2A | 37 |
| Octal | 275 | 231 | 136 | 0 | 23 | 62 | 32 | 45 | 52 | 67 |
| Binary | 10111101 | 10011001 | 1011110 | 0 | 10011 | 110010 | 11010 | 100101 | 101010 | 110111 |
Color Harmonies of #BD995E
Complementary color
Monochromatic Colors of #BD995E
Black with #BD995E
Text Example
Text Example
White with #BD995E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD995E; }
p { color: rgb(189,153,94); }
H1.HeaderClassName
{
color: #BD995E;
}
.AnyTagClassName
{
color: #BD995E;
}
</style>
background-color css
<style>
a { background-color: #BD995E; }
a { background-color: rgb(189,153,94); }
div.DivClassName
{
background-color: #BD995E;
}
.BgClassName
{
background-color: #BD995E;
}
</style>
border-color css
<style>
span { border-color: #BD995E; }
span { border-color: rgb(189,153,94); }
td.TdClassName
{
border-color: #BD995E;
}
.TagClassName
{
border-color: #BD995E;
}
</style>