#BCA067

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

Shades of Fallow #BCA067

Tints of Fallow #BCA067

Color information

#BCA067 (or 0xBCA067) is unknown color: approx Fallow. HEX triplet: BC, A0 and 67. RGB value is (188,160,103). Sum of RGB (Red+Green+Blue) = 188+160+103=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 160 (62.89% from 255 or 35.48% from 451); Blue value is 103 (40.62% from 255 or 22.84% from 451); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA067 is #435F98. Grayscale: #A2A2A2. Windows color (decimal): -4415385 or 6791356. OLE color: 6791356.

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

Color convert

RGB188160103-
CMYK00.150.450.26
HSL40.24º38.81%57.06%-
HSV(B)40.24º45.21%73.73%-
XYZ35.7636.8118.05-
YUV161.8794.78146.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.69%
GREEN value IS 160 (62.89% from 255) = 35.48%
BLUE value IS 103 (40.62% from 255) = 22.84%
R=41.69%
G=35.48%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816010300.150.450.2640.2438.8157.06
HexBCA0670F2D1A282739
Octal2742401470175532504771
Binary101111001010000011001110111110110111010101000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA067; }

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

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

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

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

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

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

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

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