#BF9670

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

Shades of Fallow #BF9670

Tints of Fallow #BF9670

Color information

#BF9670 (or 0xBF9670) is unknown color: approx Fallow. HEX triplet: BF, 96 and 70. RGB value is (191,150,112). Sum of RGB (Red+Green+Blue) = 191+150+112=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 112 (44.14% from 255 or 24.72% from 453); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9670 is #40698F. Grayscale: #9E9E9E. Windows color (decimal): -4221328 or 7378623. OLE color: 7378623.

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

Color convert

RGB191150112-
CMYK00.210.410.25
HSL28.86º38.16%59.41%-
HSV(B)28.86º41.36%74.9%-
XYZ35.3234.0620.04-
YUV157.93102.08151.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.16%
GREEN value IS 150 (58.98% from 255) = 33.11%
BLUE value IS 112 (44.14% from 255) = 24.72%
R=42.16%
G=33.11%
B=24.72%

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
Decimal19115011200.210.410.2528.8638.1659.41
HexBF967001529191d263b
Octal2772261600255131354673
Binary101111111001011011100000101011010011100111101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9670; }

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

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

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

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

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

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

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

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