#BCA06E

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

Shades of Fallow #BCA06E

Tints of Fallow #BCA06E

Color information

#BCA06E (or 0xBCA06E) is unknown color: approx Fallow. HEX triplet: BC, A0 and 6E. RGB value is (188,160,110). Sum of RGB (Red+Green+Blue) = 188+160+110=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 160 (62.89% from 255 or 34.93% from 458); Blue value is 110 (43.36% from 255 or 24.02% from 458); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA06E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA06E is #435F91. Grayscale: #A2A2A2. Windows color (decimal): -4415378 or 7250108. OLE color: 7250108.

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

Color convert

RGB188160110-
CMYK00.150.410.26
HSL38.46º36.79%58.43%-
HSV(B)38.46º41.49%73.73%-
XYZ36.1236.9619.98-
YUV162.6798.28146.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.05%
GREEN value IS 160 (62.89% from 255) = 34.93%
BLUE value IS 110 (43.36% from 255) = 24.02%
R=41.05%
G=34.93%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816011000.150.410.2638.4636.7958.43
HexBCA06E0F291A26253a
Octal2742401560175132464572
Binary101111001010000011011100111110100111010100110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA06E; }

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

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

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

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

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

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

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

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