#BC9463

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

Shades of Barley Corn #BC9463

Tints of Barley Corn #BC9463

Color information

#BC9463 (or 0xBC9463) is unknown color: approx Barley Corn. HEX triplet: BC, 94 and 63. RGB value is (188,148,99). Sum of RGB (Red+Green+Blue) = 188+148+99=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 148 (58.20% from 255 or 34.02% from 435); Blue value is 99 (39.06% from 255 or 22.76% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9463 is #436B9C. Grayscale: #9A9A9A. Windows color (decimal): -4418461 or 6526140. OLE color: 6526140.

HSL color Cylindrical-coordinate representation of color #BC9463: hue angle of 33.03º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC9463 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB18814899-
CMYK00.210.470.26
HSL33.03º39.91%56.27%-
HSV(B)33.03º47.34%73.73%-
XYZ33.5832.7716.36-
YUV154.3796.75151.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.22%
GREEN value IS 148 (58.20% from 255) = 34.02%
BLUE value IS 99 (39.06% from 255) = 22.76%
R=43.22%
G=34.02%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881489900.210.470.2633.0339.9156.27
HexBC94630152F1A212838
Octal2742241430255732415070
Binary1011110010010100110001101010110111111010100001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9463; }

 p { color: rgb(188,148,99); }

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

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

 a { background-color: rgb(188,148,99); }

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

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

 span { border-color: rgb(188,148,99); }

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