#BFA576

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

Shades of Fallow #BFA576

Tints of Fallow #BFA576

Color information

#BFA576 (or 0xBFA576) is unknown color: approx Fallow. HEX triplet: BF, A5 and 76. RGB value is (191,165,118). Sum of RGB (Red+Green+Blue) = 191+165+118=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 165 (64.84% from 255 or 34.81% from 474); Blue value is 118 (46.48% from 255 or 24.89% from 474); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA576 is #405A89. Grayscale: #A7A7A7. Windows color (decimal): -4217482 or 7775679. OLE color: 7775679.

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

Color convert

RGB191165118-
CMYK00.140.380.25
HSL38.63º36.32%60.59%-
HSV(B)38.63º38.22%74.9%-
XYZ38.2139.2922.71-
YUV167.42100.11144.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.30%
GREEN value IS 165 (64.84% from 255) = 34.81%
BLUE value IS 118 (46.48% from 255) = 24.89%
R=40.30%
G=34.81%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116511800.140.380.2538.6336.3260.59
HexBFA5760E261927243d
Octal2772451660164631474475
Binary101111111010010111101100111010011011001100111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA576; }

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

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

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

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

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

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

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

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