Shades of Barley Corn #C09B5F
Tints of Barley Corn #C09B5F
RGB
CMYK
RGB Variations
Color information
#C09B5F (or 0xC09B5F) is known color: Barley Corn. HEX triplet: C0, 9B and 5F. RGB value is (192,155,95). Sum of RGB (Red+Green+Blue) = 192+155+95=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 155 (60.94% from 255 or 35.07% from 442); Blue value is 95 (37.5% from 255 or 21.49% from 442); Max value from RGB is 192 - color contains mainly: red. Hex color #C09B5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09B5F is #3F64A0. Grayscale: #9F9F9F. Windows color (decimal): -4154529 or 6265792. OLE color: 6265792.
HSL color Cylindrical-coordinate representation of color #C09B5F: hue angle of 37.11º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C09B5F is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 155 | 95 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.25 |
| HSL | 37.11º | 0.43% | 0.56% | - |
| HSV(B) | 37.11º | 0.51% | 0.75% | - |
| XYZ | 35.53 | 35.48 | 15.8 | - |
| YUV | 159.22 | 91.76 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 155 | 95 | 0 | 0.19 | 0.51 | 0.25 | 37.11 | 0.43 | 0.56 |
| Hex | C0 | 9B | 5F | 0 | 13 | 33 | 19 | 25 | 2B | 38 |
| Octal | 300 | 233 | 137 | 0 | 23 | 63 | 31 | 45 | 53 | 70 |
| Binary | 11000000 | 10011011 | 1011111 | 0 | 10011 | 110011 | 11001 | 100101 | 101011 | 111000 |
Color Harmonies of #C09B5F
Complementary color
Monochromatic Colors of #C09B5F
Black with #C09B5F
Text Example
Text Example
White with #C09B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09B5F; }
p { color: rgb(192,155,95); }
H1.HeaderClassName
{
color: #C09B5F;
}
.AnyTagClassName
{
color: #C09B5F;
}
</style>
background-color css
<style>
a { background-color: #C09B5F; }
a { background-color: rgb(192,155,95); }
div.DivClassName
{
background-color: #C09B5F;
}
.BgClassName
{
background-color: #C09B5F;
}
</style>
border-color css
<style>
span { border-color: #C09B5F; }
span { border-color: rgb(192,155,95); }
td.TdClassName
{
border-color: #C09B5F;
}
.TagClassName
{
border-color: #C09B5F;
}
</style>