#BC9C6A

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

Shades of Fallow #BC9C6A

Tints of Fallow #BC9C6A

Color information

#BC9C6A (or 0xBC9C6A) is unknown color: approx Fallow. HEX triplet: BC, 9C and 6A. RGB value is (188,156,106). Sum of RGB (Red+Green+Blue) = 188+156+106=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 156 (61.33% from 255 or 34.67% from 450); Blue value is 106 (41.80% from 255 or 23.56% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9C6A is #436395. Grayscale: #A0A0A0. Windows color (decimal): -4416406 or 6986940. OLE color: 6986940.

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

Color convert

RGB188156106-
CMYK00.170.440.26
HSL36.59º37.96%57.65%-
HSV(B)36.59º43.62%73.73%-
XYZ35.2335.5118.63-
YUV159.8797.6148.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.78%
GREEN value IS 156 (61.33% from 255) = 34.67%
BLUE value IS 106 (41.80% from 255) = 23.56%
R=41.78%
G=34.67%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815610600.170.440.2636.5937.9657.65
HexBC9C6A0112C1A25263a
Octal2742341520215432454672
Binary1011110010011100110101001000110110011010100101100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9C6A; }

 p { color: rgb(188,156,106); }

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

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

 a { background-color: rgb(188,156,106); }

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

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

 span { border-color: rgb(188,156,106); }

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