#BC935E

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

Shades of Barley Corn #BC935E

Tints of Barley Corn #BC935E

Color information

#BC935E (or 0xBC935E) is unknown color: approx Barley Corn. HEX triplet: BC, 93 and 5E. RGB value is (188,147,94). Sum of RGB (Red+Green+Blue) = 188+147+94=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 147 (57.81% from 255 or 34.27% from 429); Blue value is 94 (37.11% from 255 or 21.91% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BC935E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC935E is #436CA1. Grayscale: #999999. Windows color (decimal): -4418722 or 6198204. OLE color: 6198204.

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

Color convert

RGB18814794-
CMYK00.220.500.26
HSL33.83º41.23%55.29%-
HSV(B)33.83º50%73.73%-
XYZ33.1932.3715.09-
YUV153.2294.58152.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.82%
GREEN value IS 147 (57.81% from 255) = 34.27%
BLUE value IS 94 (37.11% from 255) = 21.91%
R=43.82%
G=34.27%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881479400.220.500.2633.8341.2355.29
HexBC935E016321A222937
Octal2742231360266232425167
Binary1011110010010011101111001011011001011010100010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC935E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC935E; }

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

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

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

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

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

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

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

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