#BCA169

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

Shades of Fallow #BCA169

Tints of Fallow #BCA169

Color information

#BCA169 (or 0xBCA169) is unknown color: approx Fallow. HEX triplet: BC, A1 and 69. RGB value is (188,161,105). Sum of RGB (Red+Green+Blue) = 188+161+105=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 161 (63.28% from 255 or 35.46% from 454); Blue value is 105 (41.41% from 255 or 23.13% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA169 is #435E96. Grayscale: #A2A2A2. Windows color (decimal): -4415127 or 6922684. OLE color: 6922684.

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

Color convert

RGB188161105-
CMYK00.140.440.26
HSL40.48º38.25%57.45%-
HSV(B)40.48º44.15%73.73%-
XYZ36.0337.218.65-
YUV162.6995.45146.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.41%
GREEN value IS 161 (63.28% from 255) = 35.46%
BLUE value IS 105 (41.41% from 255) = 23.13%
R=41.41%
G=35.46%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816110500.140.440.2640.4838.2557.45
HexBCA1690E2C1A282639
Octal2742411510165432504671
Binary101111001010000111010010111010110011010101000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA169; }

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

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

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

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

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

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

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

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