#BF9369

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

Shades of Fallow #BF9369

Tints of Fallow #BF9369

Color information

#BF9369 (or 0xBF9369) is unknown color: approx Fallow. HEX triplet: BF, 93 and 69. RGB value is (191,147,105). Sum of RGB (Red+Green+Blue) = 191+147+105=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 147 (57.81% from 255 or 33.18% from 443); Blue value is 105 (41.41% from 255 or 23.70% from 443); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9369 is #406C96. Grayscale: #9B9B9B. Windows color (decimal): -4222103 or 6919103. OLE color: 6919103.

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

Color convert

RGB191147105-
CMYK00.230.450.25
HSL29.3º40.19%58.04%-
HSV(B)29.3º45.03%74.9%-
XYZ34.4732.9617.91-
YUV155.3799.58153.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.12%
GREEN value IS 147 (57.81% from 255) = 33.18%
BLUE value IS 105 (41.41% from 255) = 23.70%
R=43.12%
G=33.18%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114710500.230.450.2529.340.1958.04
HexBF93690172D191d283a
Octal2772231510275531355072
Binary101111111001001111010010101111011011100111101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9369; }

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

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

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

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

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

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

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

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