#BC916F

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

Shades of Fallow #BC916F

Tints of Fallow #BC916F

Color information

#BC916F (or 0xBC916F) is unknown color: approx Fallow. HEX triplet: BC, 91 and 6F. RGB value is (188,145,111). Sum of RGB (Red+Green+Blue) = 188+145+111=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 111 (43.75% from 255 or 25% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BC916F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC916F is #436E90. Grayscale: #9A9A9A. Windows color (decimal): -4419217 or 7311804. OLE color: 7311804.

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

Color convert

RGB188145111-
CMYK00.230.410.26
HSL26.49º36.49%58.63%-
HSV(B)26.49º40.96%73.73%-
XYZ33.7332.0919.45-
YUV153.98103.75152.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.34%
GREEN value IS 145 (57.03% from 255) = 32.66%
BLUE value IS 111 (43.75% from 255) = 25%
R=42.34%
G=32.66%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814511100.230.410.2626.4936.4958.63
HexBC916F017291A1a243b
Octal2742211570275132324473
Binary101111001001000111011110101111010011101011010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC916F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC916F; }

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

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

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

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

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

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

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

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