Shades of Barley Corn #BB8F5D
Tints of Barley Corn #BB8F5D
RGB
CMYK
RGB Variations
Color information
#BB8F5D (or 0xBB8F5D) is known color: Barley Corn. HEX triplet: BB, 8F and 5D. RGB value is (187,143,93). Sum of RGB (Red+Green+Blue) = 187+143+93=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 93 (36.72% from 255 or 21.99% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8F5D is #4470A2. Grayscale: #969696. Windows color (decimal): -4485283 or 6131643. OLE color: 6131643.
HSL color Cylindrical-coordinate representation of color #BB8F5D: hue angle of 31.91º 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 #BB8F5D is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 143 | 93 | - |
| CMYK | 0 | 0.24 | 0.50 | 0.27 |
| HSL | 31.91º | 0.41% | 0.55% | - |
| HSV(B) | 31.91º | 0.5% | 0.73% | - |
| XYZ | 32.29 | 31 | 14.64 | - |
| YUV | 150.46 | 95.58 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 143 | 93 | 0 | 0.24 | 0.50 | 0.27 | 31.91 | 0.41 | 0.55 |
| Hex | BB | 8F | 5D | 0 | 18 | 32 | 1B | 20 | 29 | 37 |
| Octal | 273 | 217 | 135 | 0 | 30 | 62 | 33 | 40 | 51 | 67 |
| Binary | 10111011 | 10001111 | 1011101 | 0 | 11000 | 110010 | 11011 | 100000 | 101001 | 110111 |
Color Harmonies of #BB8F5D
Complementary color
Monochromatic Colors of #BB8F5D
Black with #BB8F5D
Text Example
Text Example
White with #BB8F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8F5D; }
p { color: rgb(187,143,93); }
H1.HeaderClassName
{
color: #BB8F5D;
}
.AnyTagClassName
{
color: #BB8F5D;
}
</style>
background-color css
<style>
a { background-color: #BB8F5D; }
a { background-color: rgb(187,143,93); }
div.DivClassName
{
background-color: #BB8F5D;
}
.BgClassName
{
background-color: #BB8F5D;
}
</style>
border-color css
<style>
span { border-color: #BB8F5D; }
span { border-color: rgb(187,143,93); }
td.TdClassName
{
border-color: #BB8F5D;
}
.TagClassName
{
border-color: #BB8F5D;
}
</style>