#BC985E

Color #BC985E Barley Corn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barley Corn #BC985E

Tints of Barley Corn #BC985E

Color information

#BC985E (or 0xBC985E) is unknown color: approx Barley Corn. HEX triplet: BC, 98 and 5E. RGB value is (188,152,94). Sum of RGB (Red+Green+Blue) = 188+152+94=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 152 (59.77% from 255 or 35.02% from 434); Blue value is 94 (37.11% from 255 or 21.66% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BC985E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC985E is #4367A1. Grayscale: #9C9C9C. Windows color (decimal): -4417442 or 6199484. OLE color: 6199484.

HSL color Cylindrical-coordinate representation of color #BC985E: hue angle of 37.02º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC985E is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB18815294-
CMYK00.190.500.26
HSL37.02º41.23%55.29%-
HSV(B)37.02º50%73.73%-
XYZ33.9933.9615.35-
YUV156.1592.93150.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 43.32%
GREEN value IS 152 (59.77% from 255) = 35.02%
BLUE value IS 94 (37.11% from 255) = 21.66%
R=43.32%
G=35.02%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881529400.190.500.2637.0241.2355.29
HexBC985E013321A252937
Octal2742301360236232455167
Binary1011110010011000101111001001111001011010100101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC985E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC985E; }

 p { color: rgb(188,152,94); }

 H1.HeaderClassName
 {
   color: #BC985E;
 }
 .AnyTagClassName
 {
   color: #BC985E;
 }
</style>
background-color css

<style>
 a { background-color: #BC985E; }

 a { background-color: rgb(188,152,94); }

 div.DivClassName
 {
   background-color: #BC985E;
 }
 .BgClassName
 {
   background-color: #BC985E;
 }
</style>
border-color css

<style>
 span { border-color: #BC985E; }

 span { border-color: rgb(188,152,94); }

 td.TdClassName
 {
   border-color: #BC985E;
 }
 .TagClassName
 {
   border-color: #BC985E;
 }
</style>