#BF9970

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

Shades of Fallow #BF9970

Tints of Fallow #BF9970

Color information

#BF9970 (or 0xBF9970) is unknown color: approx Fallow. HEX triplet: BF, 99 and 70. RGB value is (191,153,112). Sum of RGB (Red+Green+Blue) = 191+153+112=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 153 (60.16% from 255 or 33.55% from 456); Blue value is 112 (44.14% from 255 or 24.56% from 456); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9970 is #40668F. Grayscale: #9F9F9F. Windows color (decimal): -4220560 or 7379391. OLE color: 7379391.

HSL color Cylindrical-coordinate representation of color #BF9970: hue angle of 31.14º 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 #BF9970 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB191153112-
CMYK00.200.410.25
HSL31.14º38.16%59.41%-
HSV(B)31.14º41.36%74.9%-
XYZ35.835.0320.2-
YUV159.69101.09150.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.89%
GREEN value IS 153 (60.16% from 255) = 33.55%
BLUE value IS 112 (44.14% from 255) = 24.56%
R=41.89%
G=33.55%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115311200.200.410.2531.1438.1659.41
HexBF997001429191f263b
Octal2772311600245131374673
Binary101111111001100111100000101001010011100111111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9970; }

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

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

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

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

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

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

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

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