Shades of Barley Corn #BD975C
Tints of Barley Corn #BD975C
RGB
CMYK
RGB Variations
Color information
#BD975C (or 0xBD975C) is known color: Barley Corn. HEX triplet: BD, 97 and 5C. RGB value is (189,151,92). Sum of RGB (Red+Green+Blue) = 189+151+92=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 151 (59.38% from 255 or 34.95% from 432); Blue value is 92 (36.33% from 255 or 21.30% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BD975C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD975C is #4268A3. Grayscale: #9B9B9B. Windows color (decimal): -4352164 or 6068157. OLE color: 6068157.
HSL color Cylindrical-coordinate representation of color #BD975C: 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.51%. Process color model (Four color, CMYK) of #BD975C is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 151 | 92 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.26 |
| HSL | 36.49º | 0.42% | 0.55% | - |
| HSV(B) | 36.49º | 0.51% | 0.74% | - |
| XYZ | 33.98 | 33.72 | 14.84 | - |
| YUV | 155.64 | 92.09 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 151 | 92 | 0 | 0.20 | 0.51 | 0.26 | 36.49 | 0.42 | 0.55 |
| Hex | BD | 97 | 5C | 0 | 14 | 33 | 1A | 24 | 2A | 37 |
| Octal | 275 | 227 | 134 | 0 | 24 | 63 | 32 | 44 | 52 | 67 |
| Binary | 10111101 | 10010111 | 1011100 | 0 | 10100 | 110011 | 11010 | 100100 | 101010 | 110111 |
Color Harmonies of #BD975C
Complementary color
Monochromatic Colors of #BD975C
Black with #BD975C
Text Example
Text Example
White with #BD975C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD975C; }
p { color: rgb(189,151,92); }
H1.HeaderClassName
{
color: #BD975C;
}
.AnyTagClassName
{
color: #BD975C;
}
</style>
background-color css
<style>
a { background-color: #BD975C; }
a { background-color: rgb(189,151,92); }
div.DivClassName
{
background-color: #BD975C;
}
.BgClassName
{
background-color: #BD975C;
}
</style>
border-color css
<style>
span { border-color: #BD975C; }
span { border-color: rgb(189,151,92); }
td.TdClassName
{
border-color: #BD975C;
}
.TagClassName
{
border-color: #BD975C;
}
</style>