Shades of Barley Corn #BB965B
Tints of Barley Corn #BB965B
RGB
CMYK
RGB Variations
Color information
#BB965B (or 0xBB965B) is known color: Barley Corn. HEX triplet: BB, 96 and 5B. RGB value is (187,150,91). Sum of RGB (Red+Green+Blue) = 187+150+91=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 91 (35.94% from 255 or 21.26% from 428); Max value from RGB is 187 - color contains mainly: red. Hex color #BB965B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB965B is #4469A4. Grayscale: #9A9A9A. Windows color (decimal): -4483493 or 6002363. OLE color: 6002363.
HSL color Cylindrical-coordinate representation of color #BB965B: hue angle of 36.88º 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 #BB965B is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 150 | 91 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.27 |
| HSL | 36.88º | 0.41% | 0.55% | - |
| HSV(B) | 36.88º | 0.51% | 0.73% | - |
| XYZ | 33.29 | 33.13 | 14.54 | - |
| YUV | 154.34 | 92.26 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 150 | 91 | 0 | 0.20 | 0.51 | 0.27 | 36.88 | 0.41 | 0.55 |
| Hex | BB | 96 | 5B | 0 | 14 | 33 | 1B | 25 | 29 | 37 |
| Octal | 273 | 226 | 133 | 0 | 24 | 63 | 33 | 45 | 51 | 67 |
| Binary | 10111011 | 10010110 | 1011011 | 0 | 10100 | 110011 | 11011 | 100101 | 101001 | 110111 |
Color Harmonies of #BB965B
Complementary color
Monochromatic Colors of #BB965B
Black with #BB965B
Text Example
Text Example
White with #BB965B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB965B; }
p { color: rgb(187,150,91); }
H1.HeaderClassName
{
color: #BB965B;
}
.AnyTagClassName
{
color: #BB965B;
}
</style>
background-color css
<style>
a { background-color: #BB965B; }
a { background-color: rgb(187,150,91); }
div.DivClassName
{
background-color: #BB965B;
}
.BgClassName
{
background-color: #BB965B;
}
</style>
border-color css
<style>
span { border-color: #BB965B; }
span { border-color: rgb(187,150,91); }
td.TdClassName
{
border-color: #BB965B;
}
.TagClassName
{
border-color: #BB965B;
}
</style>