#BCA066

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

Shades of Fallow #BCA066

Tints of Fallow #BCA066

Color information

#BCA066 (or 0xBCA066) is unknown color: approx Fallow. HEX triplet: BC, A0 and 66. RGB value is (188,160,102). Sum of RGB (Red+Green+Blue) = 188+160+102=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 160 (62.89% from 255 or 35.56% from 450); Blue value is 102 (40.23% from 255 or 22.67% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA066 is #435F99. Grayscale: #A2A2A2. Windows color (decimal): -4415386 or 6725820. OLE color: 6725820.

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

Color convert

RGB188160102-
CMYK00.150.460.26
HSL40.47º39.09%56.86%-
HSV(B)40.47º45.74%73.73%-
XYZ35.7136.7917.79-
YUV161.7694.28146.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.78%
GREEN value IS 160 (62.89% from 255) = 35.56%
BLUE value IS 102 (40.23% from 255) = 22.67%
R=41.78%
G=35.56%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816010200.150.460.2640.4739.0956.86
HexBCA0660F2E1A282739
Octal2742401460175632504771
Binary101111001010000011001100111110111011010101000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA066; }

 p { color: rgb(188,160,102); }

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

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

 a { background-color: rgb(188,160,102); }

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

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

 span { border-color: rgb(188,160,102); }

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