Shades of Barley Corn #BD935E
Tints of Barley Corn #BD935E
RGB
CMYK
RGB Variations
Color information
#BD935E (or 0xBD935E) is known color: Barley Corn. HEX triplet: BD, 93 and 5E. RGB value is (189,147,94). Sum of RGB (Red+Green+Blue) = 189+147+94=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 147 (57.81% from 255 or 34.19% from 430); Blue value is 94 (37.11% from 255 or 21.86% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BD935E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD935E is #426CA1. Grayscale: #999999. Windows color (decimal): -4353186 or 6198205. OLE color: 6198205.
HSL color Cylindrical-coordinate representation of color #BD935E: hue angle of 33.47º 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 #BD935E is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 147 | 94 | - |
| CMYK | 0 | 0.22 | 0.50 | 0.26 |
| HSL | 33.47º | 0.42% | 0.55% | - |
| HSV(B) | 33.47º | 0.5% | 0.74% | - |
| XYZ | 33.44 | 32.49 | 15.1 | - |
| YUV | 153.52 | 94.41 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 147 | 94 | 0 | 0.22 | 0.50 | 0.26 | 33.47 | 0.42 | 0.55 |
| Hex | BD | 93 | 5E | 0 | 16 | 32 | 1A | 21 | 2A | 37 |
| Octal | 275 | 223 | 136 | 0 | 26 | 62 | 32 | 41 | 52 | 67 |
| Binary | 10111101 | 10010011 | 1011110 | 0 | 10110 | 110010 | 11010 | 100001 | 101010 | 110111 |
Color Harmonies of #BD935E
Complementary color
Monochromatic Colors of #BD935E
Black with #BD935E
Text Example
Text Example
White with #BD935E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD935E; }
p { color: rgb(189,147,94); }
H1.HeaderClassName
{
color: #BD935E;
}
.AnyTagClassName
{
color: #BD935E;
}
</style>
background-color css
<style>
a { background-color: #BD935E; }
a { background-color: rgb(189,147,94); }
div.DivClassName
{
background-color: #BD935E;
}
.BgClassName
{
background-color: #BD935E;
}
</style>
border-color css
<style>
span { border-color: #BD935E; }
span { border-color: rgb(189,147,94); }
td.TdClassName
{
border-color: #BD935E;
}
.TagClassName
{
border-color: #BD935E;
}
</style>