#BC9A6A

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

Shades of Fallow #BC9A6A

Tints of Fallow #BC9A6A

Color information

#BC9A6A (or 0xBC9A6A) is unknown color: approx Fallow. HEX triplet: BC, 9A and 6A. RGB value is (188,154,106). Sum of RGB (Red+Green+Blue) = 188+154+106=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 154 (60.55% from 255 or 34.38% from 448); Blue value is 106 (41.80% from 255 or 23.66% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9A6A is #436595. Grayscale: #9E9E9E. Windows color (decimal): -4416918 or 6986428. OLE color: 6986428.

HSL color Cylindrical-coordinate representation of color #BC9A6A: hue angle of 35.12º 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 #BC9A6A is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB188154106-
CMYK00.180.440.26
HSL35.12º37.96%57.65%-
HSV(B)35.12º43.62%73.73%-
XYZ34.934.8418.52-
YUV158.6998.26148.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.96%
GREEN value IS 154 (60.55% from 255) = 34.38%
BLUE value IS 106 (41.80% from 255) = 23.66%
R=41.96%
G=34.38%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815410600.180.440.2635.1237.9657.65
HexBC9A6A0122C1A23263a
Octal2742321520225432434672
Binary1011110010011010110101001001010110011010100011100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9A6A; }

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

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

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

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

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

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

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

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