#BFA269

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

Shades of Fallow #BFA269

Tints of Fallow #BFA269

Color information

#BFA269 (or 0xBFA269) is unknown color: approx Fallow. HEX triplet: BF, A2 and 69. RGB value is (191,162,105). Sum of RGB (Red+Green+Blue) = 191+162+105=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 162 (63.67% from 255 or 35.37% from 458); Blue value is 105 (41.41% from 255 or 22.93% from 458); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA269 is #405D96. Grayscale: #A4A4A4. Windows color (decimal): -4218263 or 6922943. OLE color: 6922943.

HSL color Cylindrical-coordinate representation of color #BFA269: hue angle of 39.77º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BFA269 is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB191162105-
CMYK00.150.450.25
HSL39.77º40.19%58.04%-
HSV(B)39.77º45.03%74.9%-
XYZ36.9637.9418.74-
YUV164.1794.61147.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.70%
GREEN value IS 162 (63.67% from 255) = 35.37%
BLUE value IS 105 (41.41% from 255) = 22.93%
R=41.70%
G=35.37%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116210500.150.450.2539.7740.1958.04
HexBFA2690F2D1928283a
Octal2772421510175531505072
Binary101111111010001011010010111110110111001101000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA269; }

 p { color: rgb(191,162,105); }

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

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

 a { background-color: rgb(191,162,105); }

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

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

 span { border-color: rgb(191,162,105); }

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