#BF9770

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

Shades of Fallow #BF9770

Tints of Fallow #BF9770

Color information

#BF9770 (or 0xBF9770) is unknown color: approx Fallow. HEX triplet: BF, 97 and 70. RGB value is (191,151,112). Sum of RGB (Red+Green+Blue) = 191+151+112=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 151 (59.38% from 255 or 33.26% from 454); Blue value is 112 (44.14% from 255 or 24.67% from 454); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9770 is #40688F. Grayscale: #9E9E9E. Windows color (decimal): -4221072 or 7378879. OLE color: 7378879.

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

Color convert

RGB191151112-
CMYK00.210.410.25
HSL29.62º38.16%59.41%-
HSV(B)29.62º41.36%74.9%-
XYZ35.4834.3820.1-
YUV158.51101.75151.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.07%
GREEN value IS 151 (59.38% from 255) = 33.26%
BLUE value IS 112 (44.14% from 255) = 24.67%
R=42.07%
G=33.26%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115111200.210.410.2529.6238.1659.41
HexBF977001529191e263b
Octal2772271600255131364673
Binary101111111001011111100000101011010011100111110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9770; }

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

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

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

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

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

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

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

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