#BC995D

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

Shades of Barley Corn #BC995D

Tints of Barley Corn #BC995D

Color information

#BC995D (or 0xBC995D) is unknown color: approx Barley Corn. HEX triplet: BC, 99 and 5D. RGB value is (188,153,93). Sum of RGB (Red+Green+Blue) = 188+153+93=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BC995D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC995D is #4366A2. Grayscale: #9C9C9C. Windows color (decimal): -4417187 or 6134204. OLE color: 6134204.

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

Color convert

RGB18815393-
CMYK00.190.510.26
HSL37.89º41.48%55.1%-
HSV(B)37.89º50.53%73.73%-
XYZ34.1134.2615.17-
YUV156.6292.1150.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.32%
GREEN value IS 153 (60.16% from 255) = 35.25%
BLUE value IS 93 (36.72% from 255) = 21.43%
R=43.32%
G=35.25%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881539300.190.510.2637.8941.4855.1
HexBC995D013331A262937
Octal2742311350236332465167
Binary1011110010011001101110101001111001111010100110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC995D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC995D; }

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

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

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

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

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

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

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

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