Shades of Barley Corn #BB905F
Tints of Barley Corn #BB905F
RGB
CMYK
RGB Variations
Color information
#BB905F (or 0xBB905F) is known color: Barley Corn. HEX triplet: BB, 90 and 5F. RGB value is (187,144,95). Sum of RGB (Red+Green+Blue) = 187+144+95=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 95 (37.5% from 255 or 22.30% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BB905F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB905F is #446FA0. Grayscale: #979797. Windows color (decimal): -4485025 or 6262971. OLE color: 6262971.
HSL color Cylindrical-coordinate representation of color #BB905F: hue angle of 31.96º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB905F is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 144 | 95 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.27 |
| HSL | 31.96º | 0.4% | 0.55% | - |
| HSV(B) | 31.96º | 0.49% | 0.73% | - |
| XYZ | 32.53 | 31.34 | 15.16 | - |
| YUV | 151.27 | 96.25 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 144 | 95 | 0 | 0.23 | 0.49 | 0.27 | 31.96 | 0.4 | 0.55 |
| Hex | BB | 90 | 5F | 0 | 17 | 31 | 1B | 20 | 28 | 37 |
| Octal | 273 | 220 | 137 | 0 | 27 | 61 | 33 | 40 | 50 | 67 |
| Binary | 10111011 | 10010000 | 1011111 | 0 | 10111 | 110001 | 11011 | 100000 | 101000 | 110111 |
Color Harmonies of #BB905F
Complementary color
Monochromatic Colors of #BB905F
Black with #BB905F
Text Example
Text Example
White with #BB905F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB905F; }
p { color: rgb(187,144,95); }
H1.HeaderClassName
{
color: #BB905F;
}
.AnyTagClassName
{
color: #BB905F;
}
</style>
background-color css
<style>
a { background-color: #BB905F; }
a { background-color: rgb(187,144,95); }
div.DivClassName
{
background-color: #BB905F;
}
.BgClassName
{
background-color: #BB905F;
}
</style>
border-color css
<style>
span { border-color: #BB905F; }
span { border-color: rgb(187,144,95); }
td.TdClassName
{
border-color: #BB905F;
}
.TagClassName
{
border-color: #BB905F;
}
</style>