#BCA174

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

Shades of Fallow #BCA174

Tints of Fallow #BCA174

Color information

#BCA174 (or 0xBCA174) is unknown color: approx Fallow. HEX triplet: BC, A1 and 74. RGB value is (188,161,116). Sum of RGB (Red+Green+Blue) = 188+161+116=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 161 (63.28% from 255 or 34.62% from 465); Blue value is 116 (45.70% from 255 or 24.95% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA174 is #435E8B. Grayscale: #A4A4A4. Windows color (decimal): -4415116 or 7643580. OLE color: 7643580.

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

Color convert

RGB188161116-
CMYK00.140.380.26
HSL37.5º34.95%59.61%-
HSV(B)37.5º38.3%73.73%-
XYZ36.6437.4421.82-
YUV163.94100.95145.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.43%
GREEN value IS 161 (63.28% from 255) = 34.62%
BLUE value IS 116 (45.70% from 255) = 24.95%
R=40.43%
G=34.62%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816111600.140.380.2637.534.9559.61
HexBCA1740E261A26233c
Octal2742411640164632464374
Binary101111001010000111101000111010011011010100110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA174; }

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

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

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

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

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

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

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

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