#BFA276

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

Shades of Fallow #BFA276

Tints of Fallow #BFA276

Color information

#BFA276 (or 0xBFA276) is unknown color: approx Fallow. HEX triplet: BF, A2 and 76. RGB value is (191,162,118). Sum of RGB (Red+Green+Blue) = 191+162+118=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 162 (63.67% from 255 or 34.39% from 471); Blue value is 118 (46.48% from 255 or 25.05% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA276 is #405D89. Grayscale: #A5A5A5. Windows color (decimal): -4218250 or 7774911. OLE color: 7774911.

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

Color convert

RGB191162118-
CMYK00.150.380.25
HSL36.16º36.32%60.59%-
HSV(B)36.16º38.22%74.9%-
XYZ37.6838.2322.53-
YUV165.65101.11146.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.55%
GREEN value IS 162 (63.67% from 255) = 34.39%
BLUE value IS 118 (46.48% from 255) = 25.05%
R=40.55%
G=34.39%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116211800.150.380.2536.1636.3260.59
HexBFA2760F261924243d
Octal2772421660174631444475
Binary101111111010001011101100111110011011001100100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA276; }

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

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

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

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

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

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

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

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