Shades of Barley Corn #BB975C
Tints of Barley Corn #BB975C
RGB
CMYK
RGB Variations
Color information
#BB975C (or 0xBB975C) is known color: Barley Corn. HEX triplet: BB, 97 and 5C. RGB value is (187,151,92). Sum of RGB (Red+Green+Blue) = 187+151+92=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 151 (59.38% from 255 or 35.12% from 430); Blue value is 92 (36.33% from 255 or 21.40% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BB975C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB975C is #4468A3. Grayscale: #9B9B9B. Windows color (decimal): -4483236 or 6068155. OLE color: 6068155.
HSL color Cylindrical-coordinate representation of color #BB975C: hue angle of 37.26º 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 #BB975C is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 151 | 92 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.27 |
| HSL | 37.26º | 0.41% | 0.55% | - |
| HSV(B) | 37.26º | 0.51% | 0.73% | - |
| XYZ | 33.49 | 33.47 | 14.82 | - |
| YUV | 155.04 | 92.43 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 151 | 92 | 0 | 0.19 | 0.51 | 0.27 | 37.26 | 0.41 | 0.55 |
| Hex | BB | 97 | 5C | 0 | 13 | 33 | 1B | 25 | 29 | 37 |
| Octal | 273 | 227 | 134 | 0 | 23 | 63 | 33 | 45 | 51 | 67 |
| Binary | 10111011 | 10010111 | 1011100 | 0 | 10011 | 110011 | 11011 | 100101 | 101001 | 110111 |
Color Harmonies of #BB975C
Complementary color
Monochromatic Colors of #BB975C
Black with #BB975C
Text Example
Text Example
White with #BB975C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB975C; }
p { color: rgb(187,151,92); }
H1.HeaderClassName
{
color: #BB975C;
}
.AnyTagClassName
{
color: #BB975C;
}
</style>
background-color css
<style>
a { background-color: #BB975C; }
a { background-color: rgb(187,151,92); }
div.DivClassName
{
background-color: #BB975C;
}
.BgClassName
{
background-color: #BB975C;
}
</style>
border-color css
<style>
span { border-color: #BB975C; }
span { border-color: rgb(187,151,92); }
td.TdClassName
{
border-color: #BB975C;
}
.TagClassName
{
border-color: #BB975C;
}
</style>