#BF9965

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

Shades of Fallow #BF9965

Tints of Fallow #BF9965

Color information

#BF9965 (or 0xBF9965) is unknown color: approx Fallow. HEX triplet: BF, 99 and 65. RGB value is (191,153,101). Sum of RGB (Red+Green+Blue) = 191+153+101=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 153 (60.16% from 255 or 34.38% from 445); Blue value is 101 (39.84% from 255 or 22.70% from 445); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9965 is #40669A. Grayscale: #9E9E9E. Windows color (decimal): -4220571 or 6658495. OLE color: 6658495.

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

Color convert

RGB191153101-
CMYK00.200.470.25
HSL34.67º41.28%57.25%-
HSV(B)34.67º47.12%74.9%-
XYZ35.2334.817.17-
YUV158.4395.59151.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.92%
GREEN value IS 153 (60.16% from 255) = 34.38%
BLUE value IS 101 (39.84% from 255) = 22.70%
R=42.92%
G=34.38%
B=22.70%

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
Decimal19115310100.200.470.2534.6741.2857.25
HexBF99650142F19232939
Octal2772311450245731435171
Binary1011111110011001110010101010010111111001100011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9965; }

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

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

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

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

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

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

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

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