Shades of Barley Corn #BD975A
Tints of Barley Corn #BD975A
RGB
CMYK
RGB Variations
Color information
#BD975A (or 0xBD975A) is known color: Barley Corn. HEX triplet: BD, 97 and 5A. RGB value is (189,151,90). Sum of RGB (Red+Green+Blue) = 189+151+90=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 151 (59.38% from 255 or 35.12% from 430); Blue value is 90 (35.55% from 255 or 20.93% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BD975A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD975A is #4268A5. Grayscale: #9B9B9B. Windows color (decimal): -4352166 or 5937085. OLE color: 5937085.
HSL color Cylindrical-coordinate representation of color #BD975A: hue angle of 36.97º degrees, saturation: 0.43, 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 #BD975A is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 151 | 90 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.26 |
| HSL | 36.97º | 0.43% | 0.55% | - |
| HSV(B) | 36.97º | 0.52% | 0.74% | - |
| XYZ | 33.9 | 33.69 | 14.39 | - |
| YUV | 155.41 | 91.09 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 151 | 90 | 0 | 0.20 | 0.52 | 0.26 | 36.97 | 0.43 | 0.55 |
| Hex | BD | 97 | 5A | 0 | 14 | 34 | 1A | 25 | 2B | 37 |
| Octal | 275 | 227 | 132 | 0 | 24 | 64 | 32 | 45 | 53 | 67 |
| Binary | 10111101 | 10010111 | 1011010 | 0 | 10100 | 110100 | 11010 | 100101 | 101011 | 110111 |
Color Harmonies of #BD975A
Complementary color
Monochromatic Colors of #BD975A
Black with #BD975A
Text Example
Text Example
White with #BD975A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD975A; }
p { color: rgb(189,151,90); }
H1.HeaderClassName
{
color: #BD975A;
}
.AnyTagClassName
{
color: #BD975A;
}
</style>
background-color css
<style>
a { background-color: #BD975A; }
a { background-color: rgb(189,151,90); }
div.DivClassName
{
background-color: #BD975A;
}
.BgClassName
{
background-color: #BD975A;
}
</style>
border-color css
<style>
span { border-color: #BD975A; }
span { border-color: rgb(189,151,90); }
td.TdClassName
{
border-color: #BD975A;
}
.TagClassName
{
border-color: #BD975A;
}
</style>