#BC9264

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

Shades of Fallow #BC9264

Tints of Fallow #BC9264

Color information

#BC9264 (or 0xBC9264) is unknown color: approx Fallow. HEX triplet: BC, 92 and 64. RGB value is (188,146,100). Sum of RGB (Red+Green+Blue) = 188+146+100=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 146 (57.42% from 255 or 33.64% from 434); Blue value is 100 (39.45% from 255 or 23.04% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9264 is #436D9B. Grayscale: #999999. Windows color (decimal): -4418972 or 6591164. OLE color: 6591164.

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

Color convert

RGB188146100-
CMYK00.220.470.26
HSL31.36º39.64%56.47%-
HSV(B)31.36º46.81%73.73%-
XYZ33.3232.1716.51-
YUV153.3197.91152.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.32%
GREEN value IS 146 (57.42% from 255) = 33.64%
BLUE value IS 100 (39.45% from 255) = 23.04%
R=43.32%
G=33.64%
B=23.04%

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
Decimal18814610000.220.470.2631.3639.6456.47
HexBC92640162F1A1f2838
Octal2742221440265732375070
Binary101111001001001011001000101101011111101011111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9264; }

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

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

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

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

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

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

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

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