#BF9662

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

Shades of Fallow #BF9662

Tints of Fallow #BF9662

Color information

#BF9662 (or 0xBF9662) is unknown color: approx Fallow. HEX triplet: BF, 96 and 62. RGB value is (191,150,98). Sum of RGB (Red+Green+Blue) = 191+150+98=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 150 (58.98% from 255 or 34.17% from 439); Blue value is 98 (38.67% from 255 or 22.32% from 439); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9662 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9662 is #40699D. Grayscale: #9C9C9C. Windows color (decimal): -4221342 or 6461119. OLE color: 6461119.

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

Color convert

RGB19115098-
CMYK00.210.490.25
HSL33.55º42.08%56.67%-
HSV(B)33.55º48.69%74.9%-
XYZ34.633.7716.25-
YUV156.3395.08152.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.51%
GREEN value IS 150 (58.98% from 255) = 34.17%
BLUE value IS 98 (38.67% from 255) = 22.32%
R=43.51%
G=34.17%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911509800.210.490.2533.5542.0856.67
HexBF96620153119222a39
Octal2772261420256131425271
Binary1011111110010110110001001010111000111001100010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9662; }

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

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

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

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

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

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

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

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