#BFA369

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

Shades of Fallow #BFA369

Tints of Fallow #BFA369

Color information

#BFA369 (or 0xBFA369) is unknown color: approx Fallow. HEX triplet: BF, A3 and 69. RGB value is (191,163,105). Sum of RGB (Red+Green+Blue) = 191+163+105=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 163 (64.06% from 255 or 35.51% from 459); Blue value is 105 (41.41% from 255 or 22.88% from 459); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA369 is #405C96. Grayscale: #A5A5A5. Windows color (decimal): -4218007 or 6923199. OLE color: 6923199.

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

Color convert

RGB191163105-
CMYK00.150.450.25
HSL40.47º40.19%58.04%-
HSV(B)40.47º45.03%74.9%-
XYZ37.1338.2918.8-
YUV164.7694.28146.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.61%
GREEN value IS 163 (64.06% from 255) = 35.51%
BLUE value IS 105 (41.41% from 255) = 22.88%
R=41.61%
G=35.51%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116310500.150.450.2540.4740.1958.04
HexBFA3690F2D1928283a
Octal2772431510175531505072
Binary101111111010001111010010111110110111001101000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA369; }

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

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

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

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

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

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

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

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