Shades of Barley Corn #BB935C
Tints of Barley Corn #BB935C
RGB
CMYK
RGB Variations
Color information
#BB935C (or 0xBB935C) is known color: Barley Corn. HEX triplet: BB, 93 and 5C. RGB value is (187,147,92). Sum of RGB (Red+Green+Blue) = 187+147+92=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 92 (36.33% from 255 or 21.60% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BB935C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB935C is #446CA3. Grayscale: #989898. Windows color (decimal): -4484260 or 6067131. OLE color: 6067131.
HSL color Cylindrical-coordinate representation of color #BB935C: hue angle of 34.74º 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 #BB935C is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 147 | 92 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.27 |
| HSL | 34.74º | 0.41% | 0.55% | - |
| HSV(B) | 34.74º | 0.51% | 0.73% | - |
| XYZ | 32.86 | 32.2 | 14.61 | - |
| YUV | 152.69 | 93.75 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 147 | 92 | 0 | 0.21 | 0.51 | 0.27 | 34.74 | 0.41 | 0.55 |
| Hex | BB | 93 | 5C | 0 | 15 | 33 | 1B | 23 | 29 | 37 |
| Octal | 273 | 223 | 134 | 0 | 25 | 63 | 33 | 43 | 51 | 67 |
| Binary | 10111011 | 10010011 | 1011100 | 0 | 10101 | 110011 | 11011 | 100011 | 101001 | 110111 |
Color Harmonies of #BB935C
Complementary color
Monochromatic Colors of #BB935C
Black with #BB935C
Text Example
Text Example
White with #BB935C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB935C; }
p { color: rgb(187,147,92); }
H1.HeaderClassName
{
color: #BB935C;
}
.AnyTagClassName
{
color: #BB935C;
}
</style>
background-color css
<style>
a { background-color: #BB935C; }
a { background-color: rgb(187,147,92); }
div.DivClassName
{
background-color: #BB935C;
}
.BgClassName
{
background-color: #BB935C;
}
</style>
border-color css
<style>
span { border-color: #BB935C; }
span { border-color: rgb(187,147,92); }
td.TdClassName
{
border-color: #BB935C;
}
.TagClassName
{
border-color: #BB935C;
}
</style>