#BC955C

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

Shades of Barley Corn #BC955C

Tints of Barley Corn #BC955C

Color information

#BC955C (or 0xBC955C) is unknown color: approx Barley Corn. HEX triplet: BC, 95 and 5C. RGB value is (188,149,92). Sum of RGB (Red+Green+Blue) = 188+149+92=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 92 (36.33% from 255 or 21.45% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BC955C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC955C is #436AA3. Grayscale: #9A9A9A. Windows color (decimal): -4418212 or 6067644. OLE color: 6067644.

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

Color convert

RGB18814992-
CMYK00.210.510.26
HSL35.63º41.74%54.9%-
HSV(B)35.63º51.06%73.73%-
XYZ33.4232.9614.73-
YUV154.1692.92152.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.82%
GREEN value IS 149 (58.59% from 255) = 34.73%
BLUE value IS 92 (36.33% from 255) = 21.45%
R=43.82%
G=34.73%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881499200.210.510.2635.6341.7454.9
HexBC955C015331A242a37
Octal2742251340256332445267
Binary1011110010010101101110001010111001111010100100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC955C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC955C; }

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

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

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

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

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

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

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

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