Shades of Barley Corn #BB9A5D
Tints of Barley Corn #BB9A5D
RGB
CMYK
RGB Variations
Color information
#BB9A5D (or 0xBB9A5D) is known color: Barley Corn. HEX triplet: BB, 9A and 5D. RGB value is (187,154,93). Sum of RGB (Red+Green+Blue) = 187+154+93=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 154 (60.55% from 255 or 35.48% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9A5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9A5D is #4465A2. Grayscale: #9D9D9D. Windows color (decimal): -4482467 or 6134459. OLE color: 6134459.
HSL color Cylindrical-coordinate representation of color #BB9A5D: hue angle of 38.94º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB9A5D is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 154 | 93 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.27 |
| HSL | 38.94º | 0.41% | 0.55% | - |
| HSV(B) | 38.94º | 0.5% | 0.73% | - |
| XYZ | 34.02 | 34.47 | 15.22 | - |
| YUV | 156.91 | 91.93 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 154 | 93 | 0 | 0.18 | 0.50 | 0.27 | 38.94 | 0.41 | 0.55 |
| Hex | BB | 9A | 5D | 0 | 12 | 32 | 1B | 27 | 29 | 37 |
| Octal | 273 | 232 | 135 | 0 | 22 | 62 | 33 | 47 | 51 | 67 |
| Binary | 10111011 | 10011010 | 1011101 | 0 | 10010 | 110010 | 11011 | 100111 | 101001 | 110111 |
Color Harmonies of #BB9A5D
Complementary color
Monochromatic Colors of #BB9A5D
Black with #BB9A5D
Text Example
Text Example
White with #BB9A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9A5D; }
p { color: rgb(187,154,93); }
H1.HeaderClassName
{
color: #BB9A5D;
}
.AnyTagClassName
{
color: #BB9A5D;
}
</style>
background-color css
<style>
a { background-color: #BB9A5D; }
a { background-color: rgb(187,154,93); }
div.DivClassName
{
background-color: #BB9A5D;
}
.BgClassName
{
background-color: #BB9A5D;
}
</style>
border-color css
<style>
span { border-color: #BB9A5D; }
span { border-color: rgb(187,154,93); }
td.TdClassName
{
border-color: #BB9A5D;
}
.TagClassName
{
border-color: #BB9A5D;
}
</style>