#BCA36B

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

Shades of Fallow #BCA36B

Tints of Fallow #BCA36B

Color information

#BCA36B (or 0xBCA36B) is unknown color: approx Fallow. HEX triplet: BC, A3 and 6B. RGB value is (188,163,107). Sum of RGB (Red+Green+Blue) = 188+163+107=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 163 (64.06% from 255 or 35.59% from 458); Blue value is 107 (42.19% from 255 or 23.36% from 458); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA36B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA36B is #435C94. Grayscale: #A4A4A4. Windows color (decimal): -4414613 or 7054268. OLE color: 7054268.

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

Color convert

RGB188163107-
CMYK00.130.430.26
HSL41.48º37.67%57.84%-
HSV(B)41.48º43.09%73.73%-
XYZ36.4937.9519.31-
YUV164.0995.78145.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.05%
GREEN value IS 163 (64.06% from 255) = 35.59%
BLUE value IS 107 (42.19% from 255) = 23.36%
R=41.05%
G=35.59%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816310700.130.430.2641.4837.6757.84
HexBCA36B0D2B1A29263a
Octal2742431530155332514672
Binary101111001010001111010110110110101111010101001100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA36B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA36B; }

 p { color: rgb(188,163,107); }

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

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

 a { background-color: rgb(188,163,107); }

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

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

 span { border-color: rgb(188,163,107); }

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