#BCA173

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

Shades of Fallow #BCA173

Tints of Fallow #BCA173

Color information

#BCA173 (or 0xBCA173) is unknown color: approx Fallow. HEX triplet: BC, A1 and 73. RGB value is (188,161,115). Sum of RGB (Red+Green+Blue) = 188+161+115=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 161 (63.28% from 255 or 34.70% from 464); Blue value is 115 (45.31% from 255 or 24.78% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA173 is #435E8C. Grayscale: #A4A4A4. Windows color (decimal): -4415117 or 7578044. OLE color: 7578044.

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

Color convert

RGB188161115-
CMYK00.140.390.26
HSL37.81º35.27%59.41%-
HSV(B)37.81º38.83%73.73%-
XYZ36.5837.4221.51-
YUV163.83100.45145.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.52%
GREEN value IS 161 (63.28% from 255) = 34.70%
BLUE value IS 115 (45.31% from 255) = 24.78%
R=40.52%
G=34.70%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816111500.140.390.2637.8135.2759.41
HexBCA1730E271A26233b
Octal2742411630164732464373
Binary101111001010000111100110111010011111010100110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA173; }

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

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

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

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

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

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

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

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