Shades of Barley Corn #B09269
Tints of Barley Corn #B09269
RGB
CMYK
RGB Variations
Color information
#B09269 (or 0xB09269) is known color: Barley Corn. HEX triplet: B0, 92 and 69. RGB value is (176,146,105). Sum of RGB (Red+Green+Blue) = 176+146+105=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 146 (57.42% from 255 or 34.19% from 427); Blue value is 105 (41.41% from 255 or 24.59% from 427); Max value from RGB is 176 - color contains mainly: red. Hex color #B09269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09269 is #4F6D96. Grayscale: #969696. Windows color (decimal): -5205399 or 6918832. OLE color: 6918832.
HSL color Cylindrical-coordinate representation of color #B09269: hue angle of 34.65º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B09269 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 146 | 105 | - |
| CMYK | 0 | 0.17 | 0.40 | 0.31 |
| HSL | 34.65º | 0.31% | 0.55% | - |
| HSV(B) | 34.65º | 0.4% | 0.69% | - |
| XYZ | 30.73 | 30.81 | 17.69 | - |
| YUV | 150.3 | 102.44 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 146 | 105 | 0 | 0.17 | 0.40 | 0.31 | 34.65 | 0.31 | 0.55 |
| Hex | B0 | 92 | 69 | 0 | 11 | 28 | 1F | 23 | 1F | 37 |
| Octal | 260 | 222 | 151 | 0 | 21 | 50 | 37 | 43 | 37 | 67 |
| Binary | 10110000 | 10010010 | 1101001 | 0 | 10001 | 101000 | 11111 | 100011 | 11111 | 110111 |
Color Harmonies of #B09269
Complementary color
Monochromatic Colors of #B09269
Black with #B09269
Text Example
Text Example
White with #B09269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09269; }
p { color: rgb(176,146,105); }
H1.HeaderClassName
{
color: #B09269;
}
.AnyTagClassName
{
color: #B09269;
}
</style>
background-color css
<style>
a { background-color: #B09269; }
a { background-color: rgb(176,146,105); }
div.DivClassName
{
background-color: #B09269;
}
.BgClassName
{
background-color: #B09269;
}
</style>
border-color css
<style>
span { border-color: #B09269; }
span { border-color: rgb(176,146,105); }
td.TdClassName
{
border-color: #B09269;
}
.TagClassName
{
border-color: #B09269;
}
</style>