Shades of Barley Corn #BB905C
Tints of Barley Corn #BB905C
RGB
CMYK
RGB Variations
Color information
#BB905C (or 0xBB905C) is known color: Barley Corn. HEX triplet: BB, 90 and 5C. RGB value is (187,144,92). Sum of RGB (Red+Green+Blue) = 187+144+92=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 92 (36.33% from 255 or 21.75% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB905C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB905C is #446FA3. Grayscale: #979797. Windows color (decimal): -4485028 or 6066363. OLE color: 6066363.
HSL color Cylindrical-coordinate representation of color #BB905C: hue angle of 32.84º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB905C is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 144 | 92 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.27 |
| HSL | 32.84º | 0.41% | 0.55% | - |
| HSV(B) | 32.84º | 0.51% | 0.73% | - |
| XYZ | 32.4 | 31.28 | 14.46 | - |
| YUV | 150.93 | 94.75 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 144 | 92 | 0 | 0.23 | 0.51 | 0.27 | 32.84 | 0.41 | 0.55 |
| Hex | BB | 90 | 5C | 0 | 17 | 33 | 1B | 21 | 29 | 37 |
| Octal | 273 | 220 | 134 | 0 | 27 | 63 | 33 | 41 | 51 | 67 |
| Binary | 10111011 | 10010000 | 1011100 | 0 | 10111 | 110011 | 11011 | 100001 | 101001 | 110111 |
Color Harmonies of #BB905C
Complementary color
Monochromatic Colors of #BB905C
Black with #BB905C
Text Example
Text Example
White with #BB905C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB905C; }
p { color: rgb(187,144,92); }
H1.HeaderClassName
{
color: #BB905C;
}
.AnyTagClassName
{
color: #BB905C;
}
</style>
background-color css
<style>
a { background-color: #BB905C; }
a { background-color: rgb(187,144,92); }
div.DivClassName
{
background-color: #BB905C;
}
.BgClassName
{
background-color: #BB905C;
}
</style>
border-color css
<style>
span { border-color: #BB905C; }
span { border-color: rgb(187,144,92); }
td.TdClassName
{
border-color: #BB905C;
}
.TagClassName
{
border-color: #BB905C;
}
</style>