Shades of Barley Corn #BC965B
Tints of Barley Corn #BC965B
RGB
CMYK
RGB Variations
Color information
#BC965B (or 0xBC965B) is known color: Barley Corn. HEX triplet: BC, 96 and 5B. RGB value is (188,150,91). Sum of RGB (Red+Green+Blue) = 188+150+91=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 150 (58.98% from 255 or 34.97% from 429); Blue value is 91 (35.94% from 255 or 21.21% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BC965B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC965B is #4369A4. Grayscale: #9A9A9A. Windows color (decimal): -4417957 or 6002364. OLE color: 6002364.
HSL color Cylindrical-coordinate representation of color #BC965B: hue angle of 36.49º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC965B is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 150 | 91 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.26 |
| HSL | 36.49º | 0.42% | 0.55% | - |
| HSV(B) | 36.49º | 0.52% | 0.74% | - |
| XYZ | 33.53 | 33.26 | 14.55 | - |
| YUV | 154.64 | 92.09 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 150 | 91 | 0 | 0.20 | 0.52 | 0.26 | 36.49 | 0.42 | 0.55 |
| Hex | BC | 96 | 5B | 0 | 14 | 34 | 1A | 24 | 2A | 37 |
| Octal | 274 | 226 | 133 | 0 | 24 | 64 | 32 | 44 | 52 | 67 |
| Binary | 10111100 | 10010110 | 1011011 | 0 | 10100 | 110100 | 11010 | 100100 | 101010 | 110111 |
Color Harmonies of #BC965B
Complementary color
Monochromatic Colors of #BC965B
Black with #BC965B
Text Example
Text Example
White with #BC965B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC965B; }
p { color: rgb(188,150,91); }
H1.HeaderClassName
{
color: #BC965B;
}
.AnyTagClassName
{
color: #BC965B;
}
</style>
background-color css
<style>
a { background-color: #BC965B; }
a { background-color: rgb(188,150,91); }
div.DivClassName
{
background-color: #BC965B;
}
.BgClassName
{
background-color: #BC965B;
}
</style>
border-color css
<style>
span { border-color: #BC965B; }
span { border-color: rgb(188,150,91); }
td.TdClassName
{
border-color: #BC965B;
}
.TagClassName
{
border-color: #BC965B;
}
</style>