#BF9865

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

Shades of Fallow #BF9865

Tints of Fallow #BF9865

Color information

#BF9865 (or 0xBF9865) is unknown color: approx Fallow. HEX triplet: BF, 98 and 65. RGB value is (191,152,101). Sum of RGB (Red+Green+Blue) = 191+152+101=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 152 (59.77% from 255 or 34.23% from 444); Blue value is 101 (39.84% from 255 or 22.75% from 444); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9865 is #40679A. Grayscale: #9E9E9E. Windows color (decimal): -4220827 or 6658239. OLE color: 6658239.

HSL color Cylindrical-coordinate representation of color #BF9865: hue angle of 34º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF9865 is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB191152101-
CMYK00.200.470.25
HSL34º41.28%57.25%-
HSV(B)34º47.12%74.9%-
XYZ35.0634.4717.12-
YUV157.8595.92151.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.02%
GREEN value IS 152 (59.77% from 255) = 34.23%
BLUE value IS 101 (39.84% from 255) = 22.75%
R=43.02%
G=34.23%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115210100.200.470.253441.2857.25
HexBF98650142F19222939
Octal2772301450245731425171
Binary1011111110011000110010101010010111111001100010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9865; }

 p { color: rgb(191,152,101); }

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

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

 a { background-color: rgb(191,152,101); }

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

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

 span { border-color: rgb(191,152,101); }

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