#BC995A

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

Shades of Barley Corn #BC995A

Tints of Barley Corn #BC995A

Color information

#BC995A (or 0xBC995A) is unknown color: approx Barley Corn. HEX triplet: BC, 99 and 5A. RGB value is (188,153,90). Sum of RGB (Red+Green+Blue) = 188+153+90=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 90 (35.55% from 255 or 20.88% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC995A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC995A is #4366A5. Grayscale: #9C9C9C. Windows color (decimal): -4417190 or 5937596. OLE color: 5937596.

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

Color convert

RGB18815390-
CMYK00.190.520.26
HSL38.57º42.24%54.51%-
HSV(B)38.57º52.13%73.73%-
XYZ33.9834.2114.49-
YUV156.2890.6150.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.62%
GREEN value IS 153 (60.16% from 255) = 35.50%
BLUE value IS 90 (35.55% from 255) = 20.88%
R=43.62%
G=35.50%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881539000.190.520.2638.5742.2454.51
HexBC995A013341A272a37
Octal2742311320236432475267
Binary1011110010011001101101001001111010011010100111101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC995A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC995A; }

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

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

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

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

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

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

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

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