Shades of Barley Corn #BF995C
Tints of Barley Corn #BF995C
RGB
CMYK
RGB Variations
Color information
#BF995C (or 0xBF995C) is known color: Barley Corn. HEX triplet: BF, 99 and 5C. RGB value is (191,153,92). Sum of RGB (Red+Green+Blue) = 191+153+92=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 92 (36.33% from 255 or 21.10% from 436); Max value from RGB is 191 - color contains mainly: red. Hex color #BF995C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF995C is #4066A3. Grayscale: #9D9D9D. Windows color (decimal): -4220580 or 6068671. OLE color: 6068671.
HSL color Cylindrical-coordinate representation of color #BF995C: hue angle of 36.97º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF995C is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 153 | 92 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.25 |
| HSL | 36.97º | 0.44% | 0.55% | - |
| HSV(B) | 36.97º | 0.52% | 0.75% | - |
| XYZ | 34.81 | 34.63 | 14.98 | - |
| YUV | 157.41 | 91.09 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 153 | 92 | 0 | 0.20 | 0.52 | 0.25 | 36.97 | 0.44 | 0.55 |
| Hex | BF | 99 | 5C | 0 | 14 | 34 | 19 | 25 | 2C | 37 |
| Octal | 277 | 231 | 134 | 0 | 24 | 64 | 31 | 45 | 54 | 67 |
| Binary | 10111111 | 10011001 | 1011100 | 0 | 10100 | 110100 | 11001 | 100101 | 101100 | 110111 |
Color Harmonies of #BF995C
Complementary color
Monochromatic Colors of #BF995C
Black with #BF995C
Text Example
Text Example
White with #BF995C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF995C; }
p { color: rgb(191,153,92); }
H1.HeaderClassName
{
color: #BF995C;
}
.AnyTagClassName
{
color: #BF995C;
}
</style>
background-color css
<style>
a { background-color: #BF995C; }
a { background-color: rgb(191,153,92); }
div.DivClassName
{
background-color: #BF995C;
}
.BgClassName
{
background-color: #BF995C;
}
</style>
border-color css
<style>
span { border-color: #BF995C; }
span { border-color: rgb(191,153,92); }
td.TdClassName
{
border-color: #BF995C;
}
.TagClassName
{
border-color: #BF995C;
}
</style>