Shades of Barley Corn #BB9953
Tints of Barley Corn #BB9953
RGB
CMYK
RGB Variations
Color information
#BB9953 (or 0xBB9953) is known color: Barley Corn. HEX triplet: BB, 99 and 53. RGB value is (187,153,83). Sum of RGB (Red+Green+Blue) = 187+153+83=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 83 (32.81% from 255 or 19.62% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9953 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9953 is #4466AC. Grayscale: #9B9B9B. Windows color (decimal): -4482733 or 5478843. OLE color: 5478843.
HSL color Cylindrical-coordinate representation of color #BB9953: hue angle of 40.38º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB9953 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 153 | 83 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.27 |
| HSL | 40.38º | 0.43% | 0.53% | - |
| HSV(B) | 40.38º | 0.56% | 0.73% | - |
| XYZ | 33.45 | 33.97 | 12.98 | - |
| YUV | 155.19 | 87.26 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 153 | 83 | 0 | 0.18 | 0.56 | 0.27 | 40.38 | 0.43 | 0.53 |
| Hex | BB | 99 | 53 | 0 | 12 | 38 | 1B | 28 | 2B | 35 |
| Octal | 273 | 231 | 123 | 0 | 22 | 70 | 33 | 50 | 53 | 65 |
| Binary | 10111011 | 10011001 | 1010011 | 0 | 10010 | 111000 | 11011 | 101000 | 101011 | 110101 |
Color Harmonies of #BB9953
Complementary color
Monochromatic Colors of #BB9953
Black with #BB9953
Text Example
Text Example
White with #BB9953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9953; }
p { color: rgb(187,153,83); }
H1.HeaderClassName
{
color: #BB9953;
}
.AnyTagClassName
{
color: #BB9953;
}
</style>
background-color css
<style>
a { background-color: #BB9953; }
a { background-color: rgb(187,153,83); }
div.DivClassName
{
background-color: #BB9953;
}
.BgClassName
{
background-color: #BB9953;
}
</style>
border-color css
<style>
span { border-color: #BB9953; }
span { border-color: rgb(187,153,83); }
td.TdClassName
{
border-color: #BB9953;
}
.TagClassName
{
border-color: #BB9953;
}
</style>