#BC965C

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

Shades of Barley Corn #BC965C

Tints of Barley Corn #BC965C

Color information

#BC965C (or 0xBC965C) is unknown color: approx Barley Corn. HEX triplet: BC, 96 and 5C. RGB value is (188,150,92). Sum of RGB (Red+Green+Blue) = 188+150+92=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 92 (36.33% from 255 or 21.40% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC965C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC965C is #4369A3. Grayscale: #9B9B9B. Windows color (decimal): -4417956 or 6067900. OLE color: 6067900.

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

Color convert

RGB18815092-
CMYK00.200.510.26
HSL36.25º41.74%54.9%-
HSV(B)36.25º51.06%73.73%-
XYZ33.5833.2814.78-
YUV154.7592.59151.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.72%
GREEN value IS 150 (58.98% from 255) = 34.88%
BLUE value IS 92 (36.33% from 255) = 21.40%
R=43.72%
G=34.88%
B=21.40%

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
Decimal1881509200.200.510.2636.2541.7454.9
HexBC965C014331A242a37
Octal2742261340246332445267
Binary1011110010010110101110001010011001111010100100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC965C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC965C; }

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

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

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

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

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

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

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

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