#BC985C

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

Shades of Barley Corn #BC985C

Tints of Barley Corn #BC985C

Color information

#BC985C (or 0xBC985C) is unknown color: approx Barley Corn. HEX triplet: BC, 98 and 5C. RGB value is (188,152,92). Sum of RGB (Red+Green+Blue) = 188+152+92=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 152 (59.77% from 255 or 35.19% from 432); Blue value is 92 (36.33% from 255 or 21.30% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC985C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC985C is #4367A3. Grayscale: #9C9C9C. Windows color (decimal): -4417444 or 6068412. OLE color: 6068412.

HSL color Cylindrical-coordinate representation of color #BC985C: hue angle of 37.5º 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 #BC985C is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB18815292-
CMYK00.190.510.26
HSL37.5º41.74%54.9%-
HSV(B)37.5º51.06%73.73%-
XYZ33.933.9214.89-
YUV155.9291.93150.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.52%
GREEN value IS 152 (59.77% from 255) = 35.19%
BLUE value IS 92 (36.33% from 255) = 21.30%
R=43.52%
G=35.19%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881529200.190.510.2637.541.7454.9
HexBC985C013331A262a37
Octal2742301340236332465267
Binary1011110010011000101110001001111001111010100110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC985C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC985C; }

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

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

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

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

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

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

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

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