#BC9B6A

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

Shades of Fallow #BC9B6A

Tints of Fallow #BC9B6A

Color information

#BC9B6A (or 0xBC9B6A) is unknown color: approx Fallow. HEX triplet: BC, 9B and 6A. RGB value is (188,155,106). Sum of RGB (Red+Green+Blue) = 188+155+106=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 155 (60.94% from 255 or 34.52% from 449); Blue value is 106 (41.80% from 255 or 23.61% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9B6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9B6A is #436495. Grayscale: #9F9F9F. Windows color (decimal): -4416662 or 6986684. OLE color: 6986684.

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

Color convert

RGB188155106-
CMYK00.180.440.26
HSL35.85º37.96%57.65%-
HSV(B)35.85º43.62%73.73%-
XYZ35.0635.1718.58-
YUV159.2897.93148.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.87%
GREEN value IS 155 (60.94% from 255) = 34.52%
BLUE value IS 106 (41.80% from 255) = 23.61%
R=41.87%
G=34.52%
B=23.61%

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
Decimal18815510600.180.440.2635.8537.9657.65
HexBC9B6A0122C1A24263a
Octal2742331520225432444672
Binary1011110010011011110101001001010110011010100100100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9B6A; }

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

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

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

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

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

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

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

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