#BC9565

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

Shades of Fallow #BC9565

Tints of Fallow #BC9565

Color information

#BC9565 (or 0xBC9565) is unknown color: approx Fallow. HEX triplet: BC, 95 and 65. RGB value is (188,149,101). Sum of RGB (Red+Green+Blue) = 188+149+101=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 149 (58.59% from 255 or 34.02% from 438); Blue value is 101 (39.84% from 255 or 23.06% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9565 is #436A9A. Grayscale: #9B9B9B. Windows color (decimal): -4418203 or 6657468. OLE color: 6657468.

HSL color Cylindrical-coordinate representation of color #BC9565: hue angle of 33.1º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC9565 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB188149101-
CMYK00.210.460.26
HSL33.1º39.37%56.67%-
HSV(B)33.1º46.28%73.73%-
XYZ33.8433.1316.92-
YUV155.1997.42151.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.92%
GREEN value IS 149 (58.59% from 255) = 34.02%
BLUE value IS 101 (39.84% from 255) = 23.06%
R=42.92%
G=34.02%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814910100.210.460.2633.139.3756.67
HexBC95650152E1A212739
Octal2742251450255632414771
Binary1011110010010101110010101010110111011010100001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9565; }

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

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

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

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

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

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

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

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