Shades of Barley Corn #BB935D
Tints of Barley Corn #BB935D
RGB
CMYK
RGB Variations
Color information
#BB935D (or 0xBB935D) is known color: Barley Corn. HEX triplet: BB, 93 and 5D. RGB value is (187,147,93). Sum of RGB (Red+Green+Blue) = 187+147+93=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 147 (57.81% from 255 or 34.43% from 427); Blue value is 93 (36.72% from 255 or 21.78% from 427); Max value from RGB is 187 - color contains mainly: red. Hex color #BB935D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB935D is #446CA2. Grayscale: #999999. Windows color (decimal): -4484259 or 6132667. OLE color: 6132667.
HSL color Cylindrical-coordinate representation of color #BB935D: hue angle of 34.47º 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 #BB935D is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 147 | 93 | - |
| CMYK | 0 | 0.21 | 0.50 | 0.27 |
| HSL | 34.47º | 0.41% | 0.55% | - |
| HSV(B) | 34.47º | 0.5% | 0.73% | - |
| XYZ | 32.9 | 32.22 | 14.84 | - |
| YUV | 152.8 | 94.25 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 147 | 93 | 0 | 0.21 | 0.50 | 0.27 | 34.47 | 0.41 | 0.55 |
| Hex | BB | 93 | 5D | 0 | 15 | 32 | 1B | 22 | 29 | 37 |
| Octal | 273 | 223 | 135 | 0 | 25 | 62 | 33 | 42 | 51 | 67 |
| Binary | 10111011 | 10010011 | 1011101 | 0 | 10101 | 110010 | 11011 | 100010 | 101001 | 110111 |
Color Harmonies of #BB935D
Complementary color
Monochromatic Colors of #BB935D
Black with #BB935D
Text Example
Text Example
White with #BB935D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB935D; }
p { color: rgb(187,147,93); }
H1.HeaderClassName
{
color: #BB935D;
}
.AnyTagClassName
{
color: #BB935D;
}
</style>
background-color css
<style>
a { background-color: #BB935D; }
a { background-color: rgb(187,147,93); }
div.DivClassName
{
background-color: #BB935D;
}
.BgClassName
{
background-color: #BB935D;
}
</style>
border-color css
<style>
span { border-color: #BB935D; }
span { border-color: rgb(187,147,93); }
td.TdClassName
{
border-color: #BB935D;
}
.TagClassName
{
border-color: #BB935D;
}
</style>