#BC9170

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

Shades of Fallow #BC9170

Tints of Fallow #BC9170

Color information

#BC9170 (or 0xBC9170) is unknown color: approx Fallow. HEX triplet: BC, 91 and 70. RGB value is (188,145,112). Sum of RGB (Red+Green+Blue) = 188+145+112=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 145 (57.03% from 255 or 32.58% from 445); Blue value is 112 (44.14% from 255 or 25.17% from 445); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9170 is #436E8F. Grayscale: #9A9A9A. Windows color (decimal): -4419216 or 7377340. OLE color: 7377340.

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

Color convert

RGB188145112-
CMYK00.230.400.26
HSL26.05º36.19%58.82%-
HSV(B)26.05º40.43%73.73%-
XYZ33.7932.1119.75-
YUV154.1104.25152.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.25%
GREEN value IS 145 (57.03% from 255) = 32.58%
BLUE value IS 112 (44.14% from 255) = 25.17%
R=42.25%
G=32.58%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814511200.230.400.2626.0536.1958.82
HexBC9170017281A1a243b
Octal2742211600275032324473
Binary101111001001000111100000101111010001101011010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9170; }

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

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

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

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

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

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

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

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