#BC916A

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

Shades of Fallow #BC916A

Tints of Fallow #BC916A

Color information

#BC916A (or 0xBC916A) is unknown color: approx Fallow. HEX triplet: BC, 91 and 6A. RGB value is (188,145,106). Sum of RGB (Red+Green+Blue) = 188+145+106=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 145 (57.03% from 255 or 33.03% from 439); Blue value is 106 (41.80% from 255 or 24.15% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BC916A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC916A is #436E95. Grayscale: #999999. Windows color (decimal): -4419222 or 6984124. OLE color: 6984124.

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

Color convert

RGB188145106-
CMYK00.230.440.26
HSL28.54º37.96%57.65%-
HSV(B)28.54º43.62%73.73%-
XYZ33.4731.9818.05-
YUV153.41101.25152.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.82%
GREEN value IS 145 (57.03% from 255) = 33.03%
BLUE value IS 106 (41.80% from 255) = 24.15%
R=42.82%
G=33.03%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814510600.230.440.2628.5437.9657.65
HexBC916A0172C1A1d263a
Octal2742211520275432354672
Binary101111001001000111010100101111011001101011101100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC916A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC916A; }

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

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

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

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

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

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

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

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