#BC9364

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

Shades of Fallow #BC9364

Tints of Fallow #BC9364

Color information

#BC9364 (or 0xBC9364) is unknown color: approx Fallow. HEX triplet: BC, 93 and 64. RGB value is (188,147,100). Sum of RGB (Red+Green+Blue) = 188+147+100=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 147 (57.81% from 255 or 33.79% from 435); Blue value is 100 (39.45% from 255 or 22.99% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9364 is #436C9B. Grayscale: #9A9A9A. Windows color (decimal): -4418716 or 6591420. OLE color: 6591420.

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

Color convert

RGB188147100-
CMYK00.220.470.26
HSL32.05º39.64%56.47%-
HSV(B)32.05º46.81%73.73%-
XYZ33.4732.4816.56-
YUV153.997.58152.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.22%
GREEN value IS 147 (57.81% from 255) = 33.79%
BLUE value IS 100 (39.45% from 255) = 22.99%
R=43.22%
G=33.79%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814710000.220.470.2632.0539.6456.47
HexBC93640162F1A202838
Octal2742231440265732405070
Binary1011110010010011110010001011010111111010100000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9364; }

 p { color: rgb(188,147,100); }

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

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

 a { background-color: rgb(188,147,100); }

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

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

 span { border-color: rgb(188,147,100); }

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