#BCA575

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

Shades of Fallow #BCA575

Tints of Fallow #BCA575

Color information

#BCA575 (or 0xBCA575) is unknown color: approx Fallow. HEX triplet: BC, A5 and 75. RGB value is (188,165,117). Sum of RGB (Red+Green+Blue) = 188+165+117=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 165 (64.84% from 255 or 35.11% from 470); Blue value is 117 (46.09% from 255 or 24.89% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA575 is #435A8A. Grayscale: #A6A6A6. Windows color (decimal): -4414091 or 7710140. OLE color: 7710140.

HSL color Cylindrical-coordinate representation of color #BCA575: hue angle of 40.56º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BCA575 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB188165117-
CMYK00.120.380.26
HSL40.56º34.63%59.8%-
HSV(B)40.56º37.77%73.73%-
XYZ37.4138.8922.36-
YUV166.4100.12143.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40%
GREEN value IS 165 (64.84% from 255) = 35.11%
BLUE value IS 117 (46.09% from 255) = 24.89%
R=40%
G=35.11%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816511700.120.380.2640.5634.6359.8
HexBCA5750C261A29233c
Octal2742451650144632514374
Binary101111001010010111101010110010011011010101001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA575; }

 p { color: rgb(188,165,117); }

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

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

 a { background-color: rgb(188,165,117); }

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

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

 span { border-color: rgb(188,165,117); }

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