#BF9469

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

Shades of Fallow #BF9469

Tints of Fallow #BF9469

Color information

#BF9469 (or 0xBF9469) is unknown color: approx Fallow. HEX triplet: BF, 94 and 69. RGB value is (191,148,105). Sum of RGB (Red+Green+Blue) = 191+148+105=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 148 (58.20% from 255 or 33.33% from 444); Blue value is 105 (41.41% from 255 or 23.65% from 444); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9469 is #406B96. Grayscale: #9C9C9C. Windows color (decimal): -4221847 or 6919359. OLE color: 6919359.

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

Color convert

RGB191148105-
CMYK00.230.450.25
HSL30º40.19%58.04%-
HSV(B)30º45.03%74.9%-
XYZ34.6333.2817.96-
YUV155.9599.25153-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.02%
GREEN value IS 148 (58.20% from 255) = 33.33%
BLUE value IS 105 (41.41% from 255) = 23.65%
R=43.02%
G=33.33%
B=23.65%

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
Decimal19114810500.230.450.253040.1958.04
HexBF94690172D191e283a
Octal2772241510275531365072
Binary101111111001010011010010101111011011100111110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9469; }

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

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

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

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

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

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

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

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