#BCA176

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

Shades of Fallow #BCA176

Tints of Fallow #BCA176

Color information

#BCA176 (or 0xBCA176) is unknown color: approx Fallow. HEX triplet: BC, A1 and 76. RGB value is (188,161,118). Sum of RGB (Red+Green+Blue) = 188+161+118=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 161 (63.28% from 255 or 34.48% from 467); Blue value is 118 (46.48% from 255 or 25.27% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA176 is #435E89. Grayscale: #A4A4A4. Windows color (decimal): -4415114 or 7774652. OLE color: 7774652.

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

Color convert

RGB188161118-
CMYK00.140.370.26
HSL36.86º34.31%60%-
HSV(B)36.86º37.23%73.73%-
XYZ36.7537.4922.44-
YUV164.17101.95145-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.26%
GREEN value IS 161 (63.28% from 255) = 34.48%
BLUE value IS 118 (46.48% from 255) = 25.27%
R=40.26%
G=34.48%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816111800.140.370.2636.8634.3160
HexBCA1760E251A25223c
Octal2742411660164532454274
Binary101111001010000111101100111010010111010100101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA176; }

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

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

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

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

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

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

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

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