#BCA175

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

Shades of Fallow #BCA175

Tints of Fallow #BCA175

Color information

#BCA175 (or 0xBCA175) is unknown color: approx Fallow. HEX triplet: BC, A1 and 75. RGB value is (188,161,117). Sum of RGB (Red+Green+Blue) = 188+161+117=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 161 (63.28% from 255 or 34.55% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA175 is #435E8A. Grayscale: #A4A4A4. Windows color (decimal): -4415115 or 7709116. OLE color: 7709116.

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

Color convert

RGB188161117-
CMYK00.140.380.26
HSL37.18º34.63%59.8%-
HSV(B)37.18º37.77%73.73%-
XYZ36.6937.4722.13-
YUV164.06101.45145.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.34%
GREEN value IS 161 (63.28% from 255) = 34.55%
BLUE value IS 117 (46.09% from 255) = 25.11%
R=40.34%
G=34.55%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816111700.140.380.2637.1834.6359.8
HexBCA1750E261A25233c
Octal2742411650164632454374
Binary101111001010000111101010111010011011010100101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA175; }

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

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

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

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

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

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

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

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