#BC935A

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

Shades of Barley Corn #BC935A

Tints of Barley Corn #BC935A

Color information

#BC935A (or 0xBC935A) is unknown color: approx Barley Corn. HEX triplet: BC, 93 and 5A. RGB value is (188,147,90). Sum of RGB (Red+Green+Blue) = 188+147+90=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 147 (57.81% from 255 or 34.59% from 425); Blue value is 90 (35.55% from 255 or 21.18% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC935A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC935A is #436CA5. Grayscale: #999999. Windows color (decimal): -4418726 or 5936060. OLE color: 5936060.

HSL color Cylindrical-coordinate representation of color #BC935A: hue angle of 34.9º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC935A is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB18814790-
CMYK00.220.520.26
HSL34.9º42.24%54.51%-
HSV(B)34.9º52.13%73.73%-
XYZ33.0232.314.17-
YUV152.7692.58153.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.24%
GREEN value IS 147 (57.81% from 255) = 34.59%
BLUE value IS 90 (35.55% from 255) = 21.18%
R=44.24%
G=34.59%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881479000.220.520.2634.942.2454.51
HexBC935A016341A232a37
Octal2742231320266432435267
Binary1011110010010011101101001011011010011010100011101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC935A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC935A; }

 p { color: rgb(188,147,90); }

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

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

 a { background-color: rgb(188,147,90); }

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

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

 span { border-color: rgb(188,147,90); }

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