#BCA171

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

Shades of Fallow #BCA171

Tints of Fallow #BCA171

Color information

#BCA171 (or 0xBCA171) is unknown color: approx Fallow. HEX triplet: BC, A1 and 71. RGB value is (188,161,113). Sum of RGB (Red+Green+Blue) = 188+161+113=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 161 (63.28% from 255 or 34.85% from 462); Blue value is 113 (44.53% from 255 or 24.46% from 462); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA171 is #435E8E. Grayscale: #A3A3A3. Windows color (decimal): -4415119 or 7446972. OLE color: 7446972.

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

Color convert

RGB188161113-
CMYK00.140.400.26
HSL38.4º35.89%59.02%-
HSV(B)38.4º39.89%73.73%-
XYZ36.4637.3720.91-
YUV163.699.45145.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.69%
GREEN value IS 161 (63.28% from 255) = 34.85%
BLUE value IS 113 (44.53% from 255) = 24.46%
R=40.69%
G=34.85%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816111300.140.400.2638.435.8959.02
HexBCA1710E281A26243b
Octal2742411610165032464473
Binary101111001010000111100010111010100011010100110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA171; }

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

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

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

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

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

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

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

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