#BFA277

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

Shades of Fallow #BFA277

Tints of Fallow #BFA277

Color information

#BFA277 (or 0xBFA277) is unknown color: approx Fallow. HEX triplet: BF, A2 and 77. RGB value is (191,162,119). Sum of RGB (Red+Green+Blue) = 191+162+119=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 162 (63.67% from 255 or 34.32% from 472); Blue value is 119 (46.88% from 255 or 25.21% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA277 is #405D88. Grayscale: #A5A5A5. Windows color (decimal): -4218249 or 7840447. OLE color: 7840447.

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

Color convert

RGB191162119-
CMYK00.150.380.25
HSL35.83º36%60.78%-
HSV(B)35.83º37.7%74.9%-
XYZ37.7438.2522.85-
YUV165.77101.61146-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.47%
GREEN value IS 162 (63.67% from 255) = 34.32%
BLUE value IS 119 (46.88% from 255) = 25.21%
R=40.47%
G=34.32%
B=25.21%

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
Decimal19116211900.150.380.2535.833660.78
HexBFA2770F261924243d
Octal2772421670174631444475
Binary101111111010001011101110111110011011001100100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA277; }

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

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

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

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

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

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

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

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