#BC9162

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

Shades of Barley Corn #BC9162

Tints of Barley Corn #BC9162

Color information

#BC9162 (or 0xBC9162) is unknown color: approx Barley Corn. HEX triplet: BC, 91 and 62. RGB value is (188,145,98). Sum of RGB (Red+Green+Blue) = 188+145+98=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 145 (57.03% from 255 or 33.64% from 431); Blue value is 98 (38.67% from 255 or 22.74% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9162 is #436E9D. Grayscale: #989898. Windows color (decimal): -4419230 or 6459836. OLE color: 6459836.

HSL color Cylindrical-coordinate representation of color #BC9162: hue angle of 31.33º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC9162 is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB18814598-
CMYK00.230.480.26
HSL31.33º40.18%56.08%-
HSV(B)31.33º47.87%73.73%-
XYZ33.0731.8215.95-
YUV152.597.25153.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.62%
GREEN value IS 145 (57.03% from 255) = 33.64%
BLUE value IS 98 (38.67% from 255) = 22.74%
R=43.62%
G=33.64%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881459800.230.480.2631.3340.1856.08
HexBC9162017301A1f2838
Octal2742211420276032375070
Binary101111001001000111000100101111100001101011111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9162; }

 p { color: rgb(188,145,98); }

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

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

 a { background-color: rgb(188,145,98); }

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

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

 span { border-color: rgb(188,145,98); }

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