#BF9664

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

Shades of Fallow #BF9664

Tints of Fallow #BF9664

Color information

#BF9664 (or 0xBF9664) is unknown color: approx Fallow. HEX triplet: BF, 96 and 64. RGB value is (191,150,100). Sum of RGB (Red+Green+Blue) = 191+150+100=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 150 (58.98% from 255 or 34.01% from 441); Blue value is 100 (39.45% from 255 or 22.68% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9664 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9664 is #40699B. Grayscale: #9C9C9C. Windows color (decimal): -4221340 or 6592191. OLE color: 6592191.

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

Color convert

RGB191150100-
CMYK00.210.480.25
HSL32.97º41.55%57.06%-
HSV(B)32.97º47.64%74.9%-
XYZ34.6933.8116.75-
YUV156.5696.08152.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.31%
GREEN value IS 150 (58.98% from 255) = 34.01%
BLUE value IS 100 (39.45% from 255) = 22.68%
R=43.31%
G=34.01%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115010000.210.480.2532.9741.5557.06
HexBF96640153019212a39
Octal2772261440256031415271
Binary1011111110010110110010001010111000011001100001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9664; }

 p { color: rgb(191,150,100); }

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

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

 a { background-color: rgb(191,150,100); }

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

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

 span { border-color: rgb(191,150,100); }

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