#BC975C

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

Shades of Barley Corn #BC975C

Tints of Barley Corn #BC975C

Color information

#BC975C (or 0xBC975C) is unknown color: approx Barley Corn. HEX triplet: BC, 97 and 5C. RGB value is (188,151,92). Sum of RGB (Red+Green+Blue) = 188+151+92=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 151 (59.38% from 255 or 35.03% from 431); Blue value is 92 (36.33% from 255 or 21.35% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC975C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC975C is #4368A3. Grayscale: #9B9B9B. Windows color (decimal): -4417700 or 6068156. OLE color: 6068156.

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

Color convert

RGB18815192-
CMYK00.200.510.26
HSL36.88º41.74%54.9%-
HSV(B)36.88º51.06%73.73%-
XYZ33.7433.614.83-
YUV155.3492.26151.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.62%
GREEN value IS 151 (59.38% from 255) = 35.03%
BLUE value IS 92 (36.33% from 255) = 21.35%
R=43.62%
G=35.03%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881519200.200.510.2636.8841.7454.9
HexBC975C014331A252a37
Octal2742271340246332455267
Binary1011110010010111101110001010011001111010100101101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC975C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC975C; }

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

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

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

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

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

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

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

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