#BF9170

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

Shades of Fallow #BF9170

Tints of Fallow #BF9170

Color information

#BF9170 (or 0xBF9170) is unknown color: approx Fallow. HEX triplet: BF, 91 and 70. RGB value is (191,145,112). Sum of RGB (Red+Green+Blue) = 191+145+112=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 145 (57.03% from 255 or 32.37% from 448); Blue value is 112 (44.14% from 255 or 25% from 448); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9170 is #406E8F. Grayscale: #9B9B9B. Windows color (decimal): -4222608 or 7377343. OLE color: 7377343.

HSL color Cylindrical-coordinate representation of color #BF9170: hue angle of 25.06º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF9170 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB191145112-
CMYK00.240.410.25
HSL25.06º38.16%59.41%-
HSV(B)25.06º41.36%74.9%-
XYZ34.5432.519.78-
YUV154.99103.74153.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.63%
GREEN value IS 145 (57.03% from 255) = 32.37%
BLUE value IS 112 (44.14% from 255) = 25%
R=42.63%
G=32.37%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114511200.240.410.2525.0638.1659.41
HexBF9170018291919263b
Octal2772211600305131314673
Binary101111111001000111100000110001010011100111001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9170; }

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

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

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

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

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

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

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

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