#BC935B

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

Shades of Barley Corn #BC935B

Tints of Barley Corn #BC935B

Color information

#BC935B (or 0xBC935B) is unknown color: approx Barley Corn. HEX triplet: BC, 93 and 5B. RGB value is (188,147,91). Sum of RGB (Red+Green+Blue) = 188+147+91=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 91 (35.94% from 255 or 21.36% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC935B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC935B is #436CA4. Grayscale: #999999. Windows color (decimal): -4418725 or 6001596. OLE color: 6001596.

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

Color convert

RGB18814791-
CMYK00.220.520.26
HSL34.64º41.99%54.71%-
HSV(B)34.64º51.6%73.73%-
XYZ33.0632.3114.39-
YUV152.8893.08153.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.13%
GREEN value IS 147 (57.81% from 255) = 34.51%
BLUE value IS 91 (35.94% from 255) = 21.36%
R=44.13%
G=34.51%
B=21.36%

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
Decimal1881479100.220.520.2634.6441.9954.71
HexBC935B016341A232a37
Octal2742231330266432435267
Binary1011110010010011101101101011011010011010100011101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC935B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC935B; }

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

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

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

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

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

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

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

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