#BC965D

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

Shades of Barley Corn #BC965D

Tints of Barley Corn #BC965D

Color information

#BC965D (or 0xBC965D) is unknown color: approx Barley Corn. HEX triplet: BC, 96 and 5D. RGB value is (188,150,93). Sum of RGB (Red+Green+Blue) = 188+150+93=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 150 (58.98% from 255 or 34.80% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC965D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC965D is #4369A2. Grayscale: #9B9B9B. Windows color (decimal): -4417955 or 6133436. OLE color: 6133436.

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

Color convert

RGB18815093-
CMYK00.200.510.26
HSL36º41.48%55.1%-
HSV(B)36º50.53%73.73%-
XYZ33.6233.2915.01-
YUV154.8693.09151.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.62%
GREEN value IS 150 (58.98% from 255) = 34.80%
BLUE value IS 93 (36.72% from 255) = 21.58%
R=43.62%
G=34.80%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881509300.200.510.263641.4855.1
HexBC965D014331A242937
Octal2742261350246332445167
Binary1011110010010110101110101010011001111010100100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC965D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC965D; }

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

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

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

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

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

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

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

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