#BFA375

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

Shades of Fallow #BFA375

Tints of Fallow #BFA375

Color information

#BFA375 (or 0xBFA375) is unknown color: approx Fallow. HEX triplet: BF, A3 and 75. RGB value is (191,163,117). Sum of RGB (Red+Green+Blue) = 191+163+117=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA375 is #405C8A. Grayscale: #A6A6A6. Windows color (decimal): -4217995 or 7709631. OLE color: 7709631.

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

Color convert

RGB191163117-
CMYK00.150.390.25
HSL37.3º36.63%60.39%-
HSV(B)37.3º38.74%74.9%-
XYZ37.7938.5622.28-
YUV166.13100.28145.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.55%
GREEN value IS 163 (64.06% from 255) = 34.61%
BLUE value IS 117 (46.09% from 255) = 24.84%
R=40.55%
G=34.61%
B=24.84%

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
Decimal19116311700.150.390.2537.336.6360.39
HexBFA3750F271925253c
Octal2772431650174731454574
Binary101111111010001111101010111110011111001100101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA375; }

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

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

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

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

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

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

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

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