#BCA275

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

Shades of Fallow #BCA275

Tints of Fallow #BCA275

Color information

#BCA275 (or 0xBCA275) is unknown color: approx Fallow. HEX triplet: BC, A2 and 75. RGB value is (188,162,117). Sum of RGB (Red+Green+Blue) = 188+162+117=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 117 (46.09% from 255 or 25.05% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA275 is #435D8A. Grayscale: #A4A4A4. Windows color (decimal): -4414859 or 7709372. OLE color: 7709372.

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

Color convert

RGB188162117-
CMYK00.140.380.26
HSL38.03º34.63%59.8%-
HSV(B)38.03º37.77%73.73%-
XYZ36.8737.8222.19-
YUV164.64101.11144.66-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.26%
GREEN value IS 162 (63.67% from 255) = 34.69%
BLUE value IS 117 (46.09% from 255) = 25.05%
R=40.26%
G=34.69%
B=25.05%

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
Decimal18816211700.140.380.2638.0334.6359.8
HexBCA2750E261A26233c
Octal2742421650164632464374
Binary101111001010001011101010111010011011010100110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA275; }

 p { color: rgb(188,162,117); }

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

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

 a { background-color: rgb(188,162,117); }

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

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

 span { border-color: rgb(188,162,117); }

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