#BC965A

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

Shades of Barley Corn #BC965A

Tints of Barley Corn #BC965A

Color information

#BC965A (or 0xBC965A) is unknown color: approx Barley Corn. HEX triplet: BC, 96 and 5A. RGB value is (188,150,90). Sum of RGB (Red+Green+Blue) = 188+150+90=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 90 (35.55% from 255 or 21.03% from 428); Max value from RGB is 188 - color contains mainly: red. Hex color #BC965A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC965A is #4369A5. Grayscale: #9A9A9A. Windows color (decimal): -4417958 or 5936828. OLE color: 5936828.

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

Color convert

RGB18815090-
CMYK00.200.520.26
HSL36.73º42.24%54.51%-
HSV(B)36.73º52.13%73.73%-
XYZ33.4933.2414.32-
YUV154.5291.59151.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.93%
GREEN value IS 150 (58.98% from 255) = 35.05%
BLUE value IS 90 (35.55% from 255) = 21.03%
R=43.93%
G=35.05%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881509000.200.520.2636.7342.2454.51
HexBC965A014341A252a37
Octal2742261320246432455267
Binary1011110010010110101101001010011010011010100101101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC965A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC965A; }

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

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

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

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

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

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

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

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