#BC9B5C

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

Shades of Barley Corn #BC9B5C

Tints of Barley Corn #BC9B5C

Color information

#BC9B5C (or 0xBC9B5C) is unknown color: approx Barley Corn. HEX triplet: BC, 9B and 5C. RGB value is (188,155,92). Sum of RGB (Red+Green+Blue) = 188+155+92=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 155 (60.94% from 255 or 35.63% from 435); Blue value is 92 (36.33% from 255 or 21.15% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9B5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9B5C is #4364A3. Grayscale: #9D9D9D. Windows color (decimal): -4416676 or 6069180. OLE color: 6069180.

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

Color convert

RGB18815592-
CMYK00.180.510.26
HSL39.38º41.74%54.9%-
HSV(B)39.38º51.06%73.73%-
XYZ34.3934.9115.05-
YUV157.6890.93149.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.22%
GREEN value IS 155 (60.94% from 255) = 35.63%
BLUE value IS 92 (36.33% from 255) = 21.15%
R=43.22%
G=35.63%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881559200.180.510.2639.3841.7454.9
HexBC9B5C012331A272a37
Octal2742331340226332475267
Binary1011110010011011101110001001011001111010100111101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9B5C; }

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

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

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

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

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

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

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

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