#BC9563

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

Shades of Barley Corn #BC9563

Tints of Barley Corn #BC9563

Color information

#BC9563 (or 0xBC9563) is unknown color: approx Barley Corn. HEX triplet: BC, 95 and 63. RGB value is (188,149,99). Sum of RGB (Red+Green+Blue) = 188+149+99=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 99 (39.06% from 255 or 22.71% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9563 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9563 is #436A9C. Grayscale: #9B9B9B. Windows color (decimal): -4418205 or 6526396. OLE color: 6526396.

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

Color convert

RGB18814999-
CMYK00.210.470.26
HSL33.71º39.91%56.27%-
HSV(B)33.71º47.34%73.73%-
XYZ33.7433.0916.41-
YUV154.9696.42151.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.12%
GREEN value IS 149 (58.59% from 255) = 34.17%
BLUE value IS 99 (39.06% from 255) = 22.71%
R=43.12%
G=34.17%
B=22.71%

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
Decimal1881499900.210.470.2633.7139.9156.27
HexBC95630152F1A222838
Octal2742251430255732425070
Binary1011110010010101110001101010110111111010100010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9563; }

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

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

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

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

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

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

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

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