#BC916D

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

Shades of Fallow #BC916D

Tints of Fallow #BC916D

Color information

#BC916D (or 0xBC916D) is unknown color: approx Fallow. HEX triplet: BC, 91 and 6D. RGB value is (188,145,109). Sum of RGB (Red+Green+Blue) = 188+145+109=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 145 (57.03% from 255 or 32.81% from 442); Blue value is 109 (42.97% from 255 or 24.66% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BC916D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC916D is #436E92. Grayscale: #999999. Windows color (decimal): -4419219 or 7180732. OLE color: 7180732.

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

Color convert

RGB188145109-
CMYK00.230.420.26
HSL27.34º37.09%58.24%-
HSV(B)27.34º42.02%73.73%-
XYZ33.6232.0518.88-
YUV153.75102.75152.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.53%
GREEN value IS 145 (57.03% from 255) = 32.81%
BLUE value IS 109 (42.97% from 255) = 24.66%
R=42.53%
G=32.81%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814510900.230.420.2627.3437.0958.24
HexBC916D0172A1A1b253a
Octal2742211550275232334572
Binary101111001001000111011010101111010101101011011100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC916D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC916D; }

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

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

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

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

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

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

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

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