#BCA473

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

Shades of Fallow #BCA473

Tints of Fallow #BCA473

Color information

#BCA473 (or 0xBCA473) is unknown color: approx Fallow. HEX triplet: BC, A4 and 73. RGB value is (188,164,115). Sum of RGB (Red+Green+Blue) = 188+164+115=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 115 (45.31% from 255 or 24.63% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA473 is #435B8C. Grayscale: #A5A5A5. Windows color (decimal): -4414349 or 7578812. OLE color: 7578812.

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

Color convert

RGB188164115-
CMYK00.130.390.26
HSL40.27º35.27%59.41%-
HSV(B)40.27º38.83%73.73%-
XYZ37.1138.4821.69-
YUV165.5999.45143.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.26%
GREEN value IS 164 (64.45% from 255) = 35.12%
BLUE value IS 115 (45.31% from 255) = 24.63%
R=40.26%
G=35.12%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816411500.130.390.2640.2735.2759.41
HexBCA4730D271A28233b
Octal2742441630154732504373
Binary101111001010010011100110110110011111010101000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA473; }

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

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

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

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

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

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

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

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