#BFA275

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

Shades of Fallow #BFA275

Tints of Fallow #BFA275

Color information

#BFA275 (or 0xBFA275) is unknown color: approx Fallow. HEX triplet: BF, A2 and 75. RGB value is (191,162,117). Sum of RGB (Red+Green+Blue) = 191+162+117=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 162 (63.67% from 255 or 34.47% from 470); Blue value is 117 (46.09% from 255 or 24.89% from 470); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA275 is #405D8A. Grayscale: #A5A5A5. Windows color (decimal): -4218251 or 7709375. OLE color: 7709375.

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

Color convert

RGB191162117-
CMYK00.150.390.25
HSL36.49º36.63%60.39%-
HSV(B)36.49º38.74%74.9%-
XYZ37.6238.222.22-
YUV165.54100.61146.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.64%
GREEN value IS 162 (63.67% from 255) = 34.47%
BLUE value IS 117 (46.09% from 255) = 24.89%
R=40.64%
G=34.47%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116211700.150.390.2536.4936.6360.39
HexBFA2750F271924253c
Octal2772421650174731444574
Binary101111111010001011101010111110011111001100100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA275; }

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

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

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

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

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

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

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

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